Commit 6a9a4cb9 authored by xinglei's avatar xinglei

*)新增警情来源

parent 17bb97b7
......@@ -24,9 +24,6 @@ import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
@TableName("jc_alert_called")
@ApiModel(value="AlertCalled对象", description="警情接警记录")
public class AlertCalled extends BaseEntity {
@ApiModelProperty(value = "警情状态")
private Boolean alertStatus;
......@@ -111,4 +108,8 @@ public class AlertCalled extends BaseEntity {
@TableField(exist=false)
@ApiModelProperty(value = "是否处警")
private Boolean isFatherAlert = false;
@TableField(exist=false)
@ApiModelProperty(value = "警情来源")
private String alertSourceCodeStr;
}
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