feat():修改SystemIsYesNo枚举真YSS改为NO
parent
1e51320e72
commit
cf93b74435
|
@ -14,7 +14,7 @@ public enum SystemYesNo{
|
|||
|
||||
|
||||
YES("Y","是"),
|
||||
YSS("N","否");
|
||||
NO("N","否");
|
||||
|
||||
|
||||
private final String code;
|
||||
|
|
Loading…
Reference in New Issue