Compare commits
2 Commits
a17332f64f
...
037d48a628
Author | SHA1 | Date |
---|---|---|
|
037d48a628 | |
|
0bb53a4d59 |
|
@ -39,6 +39,10 @@ public enum SysDBType {
|
|||
.anyMatch(c -> c.equals(code));
|
||||
}
|
||||
|
||||
public static SysDBType[] getValues(){
|
||||
return values();
|
||||
}
|
||||
|
||||
/**
|
||||
* 参数转换,从编码转换为名称
|
||||
* @param code 编码
|
||||
|
|
Loading…
Reference in New Issue