This commit is contained in:
hejinbo
2023-11-17 14:25:03 +08:00
parent 8bb2a6f327
commit 2557d57508
8 changed files with 141 additions and 30 deletions
@@ -37,4 +37,7 @@ public class DeptIdentify extends BaseEntity {
private Integer identifyType;
/** 删除标志(0代表存在 2代表删除) */
private Integer delFlag;
}