Commit e3fd3b1e by zhangxingmin

Merge remote-tracking branch 'origin/test' into test

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