Files
Go-Web-Template/server/model/common/clearDB.go
2026-04-07 09:03:48 +08:00

8 lines
103 B
Go

package common
type ClearDB struct {
TableName string
CompareField string
Interval string
}