不需要 0: 无需处理

This commit is contained in:
2026-01-13 10:57:16 +08:00
parent 6156e12d93
commit b0d3f9c60a

View File

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