|
@@ -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;
|
|
|
|
|
|
|