第一次提交

This commit is contained in:
2026-04-29 15:54:14 +08:00
parent 50d2eadbd1
commit e81df5ce5a
51 changed files with 4571 additions and 0 deletions

View 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" // 按天统计表(请求次数)
)