清理掉定时任务config配置,修改为代码内书写 (#1578)

This commit is contained in:
奇淼(piexlmax
2023-11-20 23:38:15 +08:00
committed by GitHub
parent 4433b6623e
commit bd2a3ddfba
7 changed files with 82 additions and 77 deletions

View File

@@ -0,0 +1,7 @@
package common
type ClearDB struct {
TableName string
CompareField string
Interval string
}