mirror of
https://gitee.com/BDWare/common
synced 2026-01-28 16:29:29 +00:00
add dbtable
This commit is contained in:
@@ -14,7 +14,8 @@ public enum CMTables {
|
|||||||
LastExeSeq,
|
LastExeSeq,
|
||||||
UnitContracts,
|
UnitContracts,
|
||||||
CheckPointLastHash,
|
CheckPointLastHash,
|
||||||
ProjectConfig;
|
ProjectConfig,
|
||||||
|
BCODB;
|
||||||
|
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return "CM_" + super.name();
|
return "CM_" + super.name();
|
||||||
|
|||||||
Reference in New Issue
Block a user