cmd剔除 初始数据结构转移 修复初始携带apibug

This commit is contained in:
pixel
2021-03-04 16:02:09 +08:00
parent e3057c4bd9
commit e6768d5e17
18 changed files with 117 additions and 21 deletions
+4
View File
@@ -1 +1,5 @@
package model
type InitDBFunc interface {
Init() (err error)
}