不需要 0: 无需处理
This commit is contained in:
@@ -12,13 +12,12 @@ import lombok.Getter;
|
|||||||
*/
|
*/
|
||||||
@Schema(description = "可配置数据类型",
|
@Schema(description = "可配置数据类型",
|
||||||
example = "0",
|
example = "0",
|
||||||
allowableValues = {"0: 无需处理", "1: 所有", "2: 本人", "3: 本部门",
|
allowableValues = {"1: 所有", "2: 本人", "3: 本部门",
|
||||||
"4: 本部门及子部门", "5: 指定部门", "6: 指定人员"
|
"4: 本部门及子部门", "5: 指定部门", "6: 指定人员"
|
||||||
})
|
})
|
||||||
@Getter
|
@Getter
|
||||||
public enum UsableConfigEnum {
|
public enum UsableConfigEnum {
|
||||||
|
|
||||||
NO_PROCESSING(0, "无需处理"),
|
|
||||||
ALL(1, "所有"),
|
ALL(1, "所有"),
|
||||||
SELF(2, "本人"),
|
SELF(2, "本人"),
|
||||||
DEPARTMENT(3, "本部门"),
|
DEPARTMENT(3, "本部门"),
|
||||||
|
|||||||
Reference in New Issue
Block a user