mirror of
https://gitee.com/BDWare/common
synced 2025-01-09 17:34:16 +00:00
add dbtable
This commit is contained in:
parent
87de7cc105
commit
02c1f9a815
@ -14,7 +14,8 @@ public enum CMTables {
|
||||
LastExeSeq,
|
||||
UnitContracts,
|
||||
CheckPointLastHash,
|
||||
ProjectConfig;
|
||||
ProjectConfig,
|
||||
BCODB;
|
||||
|
||||
public String toString() {
|
||||
return "CM_" + super.name();
|
||||
|
Loading…
Reference in New Issue
Block a user