user
This commit is contained in:
@@ -26,13 +26,13 @@ public class SysDept implements Serializable {
|
||||
/**
|
||||
* ID
|
||||
*/
|
||||
@TableId(value = "dept_id", type = IdType.AUTO)
|
||||
private Long deptId;
|
||||
@TableId(value = "dept_id", type = IdType.NONE)
|
||||
private String deptId;
|
||||
|
||||
/**
|
||||
* 上级部门
|
||||
*/
|
||||
private Long pid;
|
||||
private String pid;
|
||||
|
||||
/**
|
||||
* 子部门数目
|
||||
|
||||
Reference in New Issue
Block a user