|
@@ -183,6 +183,9 @@ type HisChargeSettleOrder struct {
|
183
|
183
|
SettleEndTime int64 `gorm:"column:settle_end_time" json:"settle_end_time" form:"settle_end_time"`
|
184
|
184
|
IsPre int64 `gorm:"column:is_pre" json:"is_pre" form:"is_pre"`
|
185
|
185
|
|
|
186
|
+ FaPiaoCode string `gorm:"column:fa_piao_code" json:"fa_piao_code" form:"fa_piao_code"`
|
|
187
|
+ FaPiaoNumber string `gorm:"column:fa_piao_number" json:"fa_piao_number" form:"fa_piao_number"`
|
|
188
|
+
|
186
|
189
|
CashPay string `gorm:"cash_pay" json:"cash_pay" form:"cash_pay"`
|
187
|
190
|
BandCardPay string `gorm:"band_card_pay" json:"band_card_pay" form:"band_card_pay"`
|
188
|
191
|
WechatPay string `gorm:"wechat_pay" json:"wechat_pay" form:"wechat_pay"`
|