This commit is contained in:
zhangzhiqiang
2022-12-16 15:03:23 +08:00
parent 74105971e1
commit fcaa364c53
2 changed files with 7 additions and 6 deletions

View File

@@ -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;
/**
* 子部门数目