提交 387539fa 编写于 作者: ibizdev's avatar ibizdev

xignzi006 发布系统代码

上级 83de19ff
...@@ -758,7 +758,7 @@ public class Account extends EntityMP implements Serializable { ...@@ -758,7 +758,7 @@ public class Account extends EntityMP implements Serializable {
/** /**
* 状态 * 状态
*/ */
@DEField(defaultValue = "1") @DEField(defaultValue = "0")
@TableField(value = "statecode") @TableField(value = "statecode")
@JSONField(name = "statecode") @JSONField(name = "statecode")
@JsonProperty("statecode") @JsonProperty("statecode")
......
...@@ -419,6 +419,7 @@ public class Contact extends EntityMP implements Serializable { ...@@ -419,6 +419,7 @@ public class Contact extends EntityMP implements Serializable {
/** /**
* 状态 * 状态
*/ */
@DEField(defaultValue = "0")
@TableField(value = "statecode") @TableField(value = "statecode")
@JSONField(name = "statecode") @JSONField(name = "statecode")
@JsonProperty("statecode") @JsonProperty("statecode")
...@@ -1023,6 +1024,7 @@ public class Contact extends EntityMP implements Serializable { ...@@ -1023,6 +1024,7 @@ public class Contact extends EntityMP implements Serializable {
/** /**
* 状态描述 * 状态描述
*/ */
@DEField(defaultValue = "1")
@TableField(value = "statuscode") @TableField(value = "statuscode")
@JSONField(name = "statuscode") @JSONField(name = "statuscode")
@JsonProperty("statuscode") @JsonProperty("statuscode")
......
...@@ -223,6 +223,7 @@ public class Connection extends EntityMP implements Serializable { ...@@ -223,6 +223,7 @@ public class Connection extends EntityMP implements Serializable {
/** /**
* 状态描述 * 状态描述
*/ */
@DEField(defaultValue = "1")
@TableField(value = "statuscode") @TableField(value = "statuscode")
@JSONField(name = "statuscode") @JSONField(name = "statuscode")
@JsonProperty("statuscode") @JsonProperty("statuscode")
...@@ -238,6 +239,7 @@ public class Connection extends EntityMP implements Serializable { ...@@ -238,6 +239,7 @@ public class Connection extends EntityMP implements Serializable {
/** /**
* 状态 * 状态
*/ */
@DEField(defaultValue = "0")
@TableField(value = "statecode") @TableField(value = "statecode")
@JSONField(name = "statecode") @JSONField(name = "statecode")
@JsonProperty("statecode") @JsonProperty("statecode")
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册