first commit

This commit is contained in:
2026-04-23 13:53:09 +08:00
commit 9de47fa5b8
34 changed files with 2764 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package public
const (
TableNameModel = "asynch_models" // 异步模型表
TableNameTask = "asynch_task" // 异步任务表
)