mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-14 11:17:55 +00:00
清理掉定时任务config配置,修改为代码内书写 (#1578)
This commit is contained in:
7
server/model/common/clearDB.go
Normal file
7
server/model/common/clearDB.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package common
|
||||
|
||||
type ClearDB struct {
|
||||
TableName string
|
||||
CompareField string
|
||||
Interval string
|
||||
}
|
||||
Reference in New Issue
Block a user