Commit e60fd168 authored by tangwei's avatar tangwei

增加字段

parent 5a8a0c00
...@@ -116,6 +116,10 @@ public class AlertCalled extends BaseEntity { ...@@ -116,6 +116,10 @@ public class AlertCalled extends BaseEntity {
private Boolean isFatherAlert = false; private Boolean isFatherAlert = false;
@TableField(exist=false) @TableField(exist=false)
@ApiModelProperty(value = "当前登录人公司名称")
private String companyName;
@TableField(exist=false)
@ApiModelProperty(value = "警情来源多选 [逗号分隔]") @ApiModelProperty(value = "警情来源多选 [逗号分隔]")
private String alertSourceCodeStr; 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