This commit is contained in:
邹宗楠
2023-07-05 15:14:21 +08:00
parent cd2855a047
commit 656773fc97
2 changed files with 35 additions and 28 deletions

View File

@@ -89,7 +89,7 @@ type AfsOrder struct {
ReasonImgList string `orm:"size(1024)" json:"reasonImgList"` // 售后描述图片
AppealType int8 `json:"appealType"` // 售后方式(本地)
VendorAppealType string `orm:"size(255)" json:"vendorAppealType"` // 原始售后方式(第三方平台)
Flag int `json:"flag"`
Flag int `json:"flag"` // 0 未操作/1同意/3驳回
RefundType int8 `json:"refundType"`
RefuseReason string `orm:"size(1024)" json:"refuseReason"`