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

ibizdev提交

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