master
面包骑士 2024-08-28 21:58:12 +08:00
parent 19c9225aa0
commit 0bb53a4d59
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ public enum SysDBType {
.anyMatch(c -> c.equals(code)); .anyMatch(c -> c.equals(code));
} }
public static SysDBType[] getValues(){
return values();
}
/** /**
* , * ,
* @param code * @param code