取消安全级别
This commit is contained in:
parent
a2ab9471be
commit
6cffbf4db7
|
|
@ -49,9 +49,9 @@ public class SalarySobRangeSaveParam {
|
|||
private Long targetId;
|
||||
|
||||
// 安全级别最小值
|
||||
private Long minSecLevel;
|
||||
// private Long minSecLevel;
|
||||
|
||||
// 安全级别最大值
|
||||
private Long maxSecLevel;
|
||||
// private Long maxSecLevel;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue