第一次提交
This commit is contained in:
9
consts/public/table_name.go
Normal file
9
consts/public/table_name.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package public
|
||||
|
||||
const (
|
||||
TableNameModel = "asynch_models" // 异步模型表
|
||||
TableNameModelType = "asynch_models_type" // 模型类型表
|
||||
TableNameTask = "asynch_task" // 异步任务表
|
||||
TableNameOpLog = "asynch_op_log" // 异步操作日志表
|
||||
TableNameStat = "asynch_model_stat" // 按天统计表(请求次数)
|
||||
)
|
||||
Reference in New Issue
Block a user