Commit f921bd7b by 宋祥

1.dept 默认值

parent 6038b534
...@@ -19,12 +19,12 @@ public class Dept extends DaoEPBase { ...@@ -19,12 +19,12 @@ public class Dept extends DaoEPBase {
/** /**
* 部门编码 * 部门编码
*/ */
private String depCode; private String depCode = "";
/** /**
* 部门名称 * 部门名称
*/ */
private String depName; private String depName = "";
/** /**
* initialize the metadata. * initialize the metadata.
......
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