master
parent
19c9225aa0
commit
0bb53a4d59
|
@ -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 编码
|
||||||
|
|
Loading…
Reference in New Issue