추론도엽관리 - 자동추론 제외 상태 추가
This commit is contained in:
@@ -25,7 +25,8 @@ public enum CommonUseStatus implements EnumType {
|
||||
EXCEPT("EXCEPT", "영구 추론제외", 200)
|
||||
/** Explicitly excluded from use or processing */
|
||||
,
|
||||
NOT_USE("NOT_USE", "사용안", 999)
|
||||
AUTO_EXCEPT("AUTO_EXCEPT", "자동추론 제외", 300),
|
||||
NOT_USE("NOT_USE", "사용안함", 999)
|
||||
/** Not used or disabled */
|
||||
;
|
||||
// @formatter:on
|
||||
|
||||
Reference in New Issue
Block a user