类 IotDeviceAclController

所有已实现的接口:
JpaController, JpaReadableController<IotDeviceAcl,IotDeviceAclId>, JpaWriteableController<IotDeviceAcl,IotDeviceAclId>, cn.herodotus.stirrup.web.core.definition.Controller

@RestController @RequestMapping("/iot/device/acl") public class IotDeviceAclController extends AbstractJpaWriteableController<IotDeviceAcl,IotDeviceAclId>

Description: 物联网设备授权管理接口

作者:
: gengwei.zheng
Date:
: 2023/10/11 21:58
  • 构造器详细资料

    • IotDeviceAclController

      public IotDeviceAclController(IotDeviceAclService iotDeviceAclService)
  • 方法详细资料

    • getWriteableService

      public cn.herodotus.stirrup.data.crud.service.JpaWriteableService<IotDeviceAcl,IotDeviceAclId> getWriteableService()