RechargeRecordsCondition.go 199 B

123456
  1. package common_model
  2. type RechargeRecordsCondition struct {
  3. CommitAt string `condition:"commit_at"` // 充值申请提交时间
  4. ConfirmAt string `condition:"confirm_at"` // 充值确认时间
  5. }