Commit f4a3516d by 宋祥

1.dept 默认值

parent 421742a5
...@@ -47,6 +47,7 @@ public class Dept extends DaoEPBase { ...@@ -47,6 +47,7 @@ public class Dept extends DaoEPBase {
} }
public Dept(String depCode, String depName) { public Dept(String depCode, String depName) {
initMetaData();
this.depCode = depCode; this.depCode = depCode;
this.depName = depName; this.depName = depName;
} }
......
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