Commit e3fd3b1e by zhangxingmin

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

parents dd31e3c5 28dd8484
...@@ -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