date_statis.go 415 B

1234567891011121314151617181920
  1. package charge
  2. import (
  3. "go-common/library/time"
  4. )
  5. // DateStatis archive_charge_daily_statis archive_charge_weekly_statis archive_charge_monthly_statis
  6. type DateStatis struct {
  7. ID int64
  8. Count int64
  9. MoneySection int64
  10. MoneyTips string
  11. Charge int64
  12. MinCharge int64
  13. MaxCharge int64
  14. CategoryID int64
  15. CDate time.Time
  16. CTime time.Time
  17. MTime time.Time
  18. }