传感器类型管理功能重构
parent
cb1864d491
commit
66430b21c8
|
|
@ -96,15 +96,18 @@ public class AlarmRecordCO extends ClientObject {
|
|||
private String alarmDesc;
|
||||
|
||||
@ApiModelProperty(value = "报警时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private String alarmTime;
|
||||
|
||||
@ApiModelProperty(value = "当前状态 10待研判/20待处置/30已消警/40误报")
|
||||
private Integer status;
|
||||
|
||||
@ApiModelProperty(value = "分配时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private String assignTime;
|
||||
|
||||
@ApiModelProperty(value = "处置时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private String disposeTime;
|
||||
|
||||
@ApiModelProperty(value = "处置人ID")
|
||||
|
|
|
|||
Loading…
Reference in New Issue