8 lines
103 B
Go
Raw Permalink Normal View History

2025-06-19 21:53:00 +08:00
package common
type ClearDB struct {
TableName string
CompareField string
Interval string
}