forked from free-lancers/electricity_bill_calc_service
fix(#20): 修复在删除充值记录的时候出现问题
This commit is contained in:
@@ -22,4 +22,5 @@ type TopUpDetailQueryResponse struct {
|
||||
Amount decimal.Decimal `json:"amount"`
|
||||
PaymentType int16 `json:"paymentType"`
|
||||
SyncStatus int16 `json:"syncStatus" copier:"SyncStatus"`
|
||||
CancelledAt *types.DateTime `json:"cancelledAt"` // TODO: 2023.08.11 在查询充值记录的时候发现缺少该字段(已添加)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user