Commit 90d48133 authored by 李腾威's avatar 李腾威

日常管理-警情VO修改

parent 2282a6e9
...@@ -210,4 +210,9 @@ public class AlertCalledVo extends BaseEntity { ...@@ -210,4 +210,9 @@ public class AlertCalledVo extends BaseEntity {
@ApiModelProperty("工单编号") @ApiModelProperty("工单编号")
private String workOrderNumber; private String workOrderNumber;
@ApiModelProperty(value = "接警时间str")
private String callTimeStr;
@ApiModelProperty(value = "接警人")
protected String recUserName;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment