|
|
@@ -28,6 +28,18 @@ public class GateDoorUseParam implements Serializable {
|
|
|
@Schema(description = "操作记录结果")
|
|
|
private OperateState operateState;
|
|
|
|
|
|
+ @Schema(description = "处理的service名称")
|
|
|
+ private String serviceBeanName;
|
|
|
+
|
|
|
+ @Schema(description = "关联的数据id")
|
|
|
+ private String aboutDataId;
|
|
|
+
|
|
|
+ @Schema(description = "权限来自哪里")
|
|
|
+ private DevicePermissFromType permissFromType = DevicePermissFromType.SystemConfig;
|
|
|
+
|
|
|
+ @Schema(description = "用户类型")
|
|
|
+ private UserFromType userFromType = UserFromType.SystemUser;
|
|
|
+
|
|
|
@Schema(description = "网关ID")
|
|
|
private String gateWayId;
|
|
|
|
|
|
@@ -43,12 +55,6 @@ public class GateDoorUseParam implements Serializable {
|
|
|
@Schema(description = "人脸信息")
|
|
|
private String pic = "";
|
|
|
|
|
|
- @Schema(description = "权限来自哪里")
|
|
|
- private DevicePermissFromType permissFromType = DevicePermissFromType.SystemConfig;
|
|
|
-
|
|
|
- @Schema(description = "用户类型")
|
|
|
- private UserFromType userFromType = UserFromType.SystemUser;
|
|
|
-
|
|
|
@Schema(description = "用户userId")
|
|
|
private String userId;
|
|
|
|