Commit 28dd8484 by jianan

对账公司编码

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