瀏覽代碼

房间使用情况查询

chejianzheng 2 月之前
父節點
當前提交
814ae49d03

+ 2 - 2
portal-service-common/src/main/java/com/hfln/portal/common/dto/data/event/AlarmEventDTO.java

@@ -24,7 +24,7 @@ public class AlarmEventDTO extends BaseVO {
     /**
      * 姿势
      */
-    @Schema(description = "姿势")
+    @Schema(description = "姿势 字典值 person_pose")
     private Byte pose;
 
     /**
@@ -36,7 +36,7 @@ public class AlarmEventDTO extends BaseVO {
     /**
      * 告警类型
      */
-    @Schema(description = "告警类型")
+    @Schema(description = "告警类型 字典值 alarm_event_type")
     private Integer eventType;
 
 

+ 1 - 1
portal-service-common/src/main/java/com/hfln/portal/common/dto/data/event/EventListDTO.java

@@ -23,7 +23,7 @@ public class EventListDTO extends BaseDto {
     /**
      * 姿态
      */
-    @Schema(description = "姿态")
+    @Schema(description = "姿态 字典值 person_pose")
     private Integer pose;
 
     /**

+ 1 - 1
portal-service-common/src/main/java/com/hfln/portal/common/dto/data/event/StayTimeDTO.java

@@ -40,7 +40,7 @@ public class StayTimeDTO extends BaseDto {
     /**
      *  停留类型
      */
-    @Schema(description = "停留类型")
+    @Schema(description = "停留类型 字典值 stay_event_type")
     private Integer type;
 
     /**