xiecheng_server/model/common/clearDB.go
2025-03-28 17:14:57 +08:00

8 lines
103 B
Go

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