取消安全级别

This commit is contained in:
钱涛 2022-11-30 16:59:58 +08:00
parent a2ab9471be
commit 6cffbf4db7
2 changed files with 4 additions and 4 deletions

View File

@ -49,9 +49,9 @@ public class SalarySobRangeSaveParam {
private Long targetId;
// 安全级别最小值
private Long minSecLevel;
// private Long minSecLevel;
// 安全级别最大值
private Long maxSecLevel;
// private Long maxSecLevel;
}
}

View File

@ -20,9 +20,9 @@ public enum TargetTypeEnum implements BaseEnum<Integer> {
DEPT(2, "部门", 86185),
SUBCOMPANY(3, "分部", 107369),
POSITION(4, "岗位", 90633),
ALL(5, "所有人", 107729),
ALL(5, "所有人", 107729);
SECLEVE(6, "安全级别", 90382),;
// SECLEVE(6, "安全级别", 90382),;
// EXT_EMPLOYEE(100, "外部人员", 0);
private int value;