clearDB.go 103 B

1234567
  1. package common
  2. type ClearDB struct {
  3. TableName string
  4. CompareField string
  5. Interval string
  6. }