提交 5fb221fd 编写于 作者: ibizdev's avatar ibizdev

ibizdev提交

上级 37a90f18
...@@ -51,7 +51,8 @@ public class IBZDictDTO extends DTOBase implements Serializable { ...@@ -51,7 +51,8 @@ public class IBZDictDTO extends DTOBase implements Serializable {
* 属性 [CREATEDATE] * 属性 [CREATEDATE]
* *
*/ */
@JSONField(name = "createdate") @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
...@@ -59,7 +60,8 @@ public class IBZDictDTO extends DTOBase implements Serializable { ...@@ -59,7 +60,8 @@ public class IBZDictDTO extends DTOBase implements Serializable {
* 属性 [UPDATEDATE] * 属性 [UPDATEDATE]
* *
*/ */
@JSONField(name = "updatedate") @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
...@@ -80,9 +82,6 @@ public class IBZDictDTO extends DTOBase implements Serializable { ...@@ -80,9 +82,6 @@ public class IBZDictDTO extends DTOBase implements Serializable {
private String updateman; private String updateman;
/** /**
* 设置 [IBZDICTNAME] * 设置 [IBZDICTNAME]
*/ */
...@@ -92,17 +91,6 @@ public class IBZDictDTO extends DTOBase implements Serializable { ...@@ -92,17 +91,6 @@ public class IBZDictDTO extends DTOBase implements Serializable {
} }
/** /**
* [IBZDICTITEM] * [IBZDICTITEM]
*/ */
......
...@@ -99,7 +99,8 @@ public class IBZDictItemDTO extends DTOBase implements Serializable { ...@@ -99,7 +99,8 @@ public class IBZDictItemDTO extends DTOBase implements Serializable {
* 属性 [CREATEDATE] * 属性 [CREATEDATE]
* *
*/ */
@JSONField(name = "createdate") @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8")
@JSONField(name = "createdate" , format="yyyy-MM-dd HH:mm:ss")
@JsonProperty("createdate") @JsonProperty("createdate")
private Timestamp createdate; private Timestamp createdate;
...@@ -107,7 +108,8 @@ public class IBZDictItemDTO extends DTOBase implements Serializable { ...@@ -107,7 +108,8 @@ public class IBZDictItemDTO extends DTOBase implements Serializable {
* 属性 [UPDATEDATE] * 属性 [UPDATEDATE]
* *
*/ */
@JSONField(name = "updatedate") @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", locale = "zh" , timezone="GMT+8")
@JSONField(name = "updatedate" , format="yyyy-MM-dd HH:mm:ss")
@JsonProperty("updatedate") @JsonProperty("updatedate")
private Timestamp updatedate; private Timestamp updatedate;
...@@ -128,9 +130,6 @@ public class IBZDictItemDTO extends DTOBase implements Serializable { ...@@ -128,9 +130,6 @@ public class IBZDictItemDTO extends DTOBase implements Serializable {
private String updateman; private String updateman;
/** /**
* 设置 [IBZDICTITEMNAME] * 设置 [IBZDICTITEMNAME]
*/ */
...@@ -139,7 +138,6 @@ public class IBZDictItemDTO extends DTOBase implements Serializable { ...@@ -139,7 +138,6 @@ public class IBZDictItemDTO extends DTOBase implements Serializable {
this.modify("ibzdictitemname",itemname); this.modify("ibzdictitemname",itemname);
} }
/** /**
* 设置 [DICTITEMVAL] * 设置 [DICTITEMVAL]
*/ */
...@@ -148,7 +146,6 @@ public class IBZDictItemDTO extends DTOBase implements Serializable { ...@@ -148,7 +146,6 @@ public class IBZDictItemDTO extends DTOBase implements Serializable {
this.modify("dictitemval",itemval); this.modify("dictitemval",itemval);
} }
/** /**
* 设置 [DICTID] * 设置 [DICTID]
*/ */
...@@ -157,7 +154,6 @@ public class IBZDictItemDTO extends DTOBase implements Serializable { ...@@ -157,7 +154,6 @@ public class IBZDictItemDTO extends DTOBase implements Serializable {
this.modify("dictid",dictid); this.modify("dictid",dictid);
} }
/** /**
* 设置 [PITEMVAL] * 设置 [PITEMVAL]
*/ */
...@@ -166,7 +162,6 @@ public class IBZDictItemDTO extends DTOBase implements Serializable { ...@@ -166,7 +162,6 @@ public class IBZDictItemDTO extends DTOBase implements Serializable {
this.modify("pitemval",pitemval); this.modify("pitemval",pitemval);
} }
/** /**
* 设置 [ITEMFILTER] * 设置 [ITEMFILTER]
*/ */
...@@ -175,7 +170,6 @@ public class IBZDictItemDTO extends DTOBase implements Serializable { ...@@ -175,7 +170,6 @@ public class IBZDictItemDTO extends DTOBase implements Serializable {
this.modify("itemfilter",itemfilter); this.modify("itemfilter",itemfilter);
} }
/** /**
* 设置 [ITEMCLS] * 设置 [ITEMCLS]
*/ */
...@@ -184,7 +178,6 @@ public class IBZDictItemDTO extends DTOBase implements Serializable { ...@@ -184,7 +178,6 @@ public class IBZDictItemDTO extends DTOBase implements Serializable {
this.modify("itemcls",itemcls); this.modify("itemcls",itemcls);
} }
/** /**
* 设置 [ITEMICON] * 设置 [ITEMICON]
*/ */
...@@ -193,7 +186,6 @@ public class IBZDictItemDTO extends DTOBase implements Serializable { ...@@ -193,7 +186,6 @@ public class IBZDictItemDTO extends DTOBase implements Serializable {
this.modify("itemicon",itemicon); this.modify("itemicon",itemicon);
} }
/** /**
* 设置 [SHOWORDER] * 设置 [SHOWORDER]
*/ */
...@@ -203,13 +195,5 @@ public class IBZDictItemDTO extends DTOBase implements Serializable { ...@@ -203,13 +195,5 @@ public class IBZDictItemDTO extends DTOBase implements Serializable {
} }
} }
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册