Commit 28dd8484 by jianan

对账公司编码

parent 0b609ae6
......@@ -54,6 +54,12 @@ public class SysDept implements Serializable {
@TableField("dept_name")
private String deptName;
/**
* 部门编码
*/
@TableField("dept_code")
private String deptCode;
/**
* 父部门ID
*/
......
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