修改线索tag字段

master
wjt 1 year ago
parent eaa8cf770e
commit 4e8002c4f9

@ -80,6 +80,8 @@ public class BaseClue implements Serializable {
@Column(name = "is_encryption") @Column(name = "is_encryption")
private Integer isEncryption = 0; private Integer isEncryption = 0;
@ApiModelProperty(value = "标识")
@Column(name = "tag")
private String tag;
} }

@ -56,10 +56,6 @@ public class Clue extends BaseClue {
@Transient @Transient
private String distributeUserName; private String distributeUserName;
@ApiModelProperty(value = "标识")
@Transient
private String tag;
@Transient @Transient
private Object sourceLabel; private Object sourceLabel;

Loading…
Cancel
Save