Commit eaca92f4 by jinfeng.wang

fix

parent dae5019e
...@@ -35,7 +35,7 @@ public class Tag implements Serializable { ...@@ -35,7 +35,7 @@ public class Tag implements Serializable {
// 标注者 // 标注者
@Column(name = "user_id", type = MySqlTypeConstant.VARCHAR, length = 255, isNull = true) @Column(name = "user_id", type = MySqlTypeConstant.VARCHAR, length = 255, isNull = true)
private String userId; private String userId;
// 标注状态:0.未标注,1.已标注 // 标注人数
@Column(name = "tag", type = MySqlTypeConstant.INT, length = 10, isNull = true, defaultValue = "0") @Column(name = "tag", type = MySqlTypeConstant.INT, length = 10, isNull = true, defaultValue = "0")
private Integer tag; private Integer tag;
// 标注状态:0.未标注,1.已标注 // 标注状态:0.未标注,1.已标注
......
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