lckt-server/model/common/clearDB.go
2025-04-09 12:17:33 +08:00

8 lines
103 B
Go

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