refactor(model): 重构模型实体和数据访问层
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
package public
|
||||
|
||||
const (
|
||||
DbNameModelGateway = "model_gateway" //数据库名称
|
||||
)
|
||||
|
||||
const (
|
||||
TableNameModel = "asynch_models" // 模型表
|
||||
TableNameTask = "asynch_task" // 任务表
|
||||
|
||||
Reference in New Issue
Block a user