feat():修改SystemIsYesNo枚举真YSS改为NO

master
Number7 2024-08-09 09:18:38 +08:00
parent 1e51320e72
commit cf93b74435
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ public enum SystemYesNo{
YES("Y","是"),
YSS("N","否");
NO("N","否");
private final String code;