添加注释

finance
黄伟 2 years ago
parent 6839e6a933
commit 4b68586984

@ -232,13 +232,13 @@ type ReplyAfterServiceDetail struct {
ChannelId uint `json:"channelId"` // 客户id
}
type AfsPackageSend struct {
Name string `json:"name"` //
Mobile string `json:"mobile"`
Name string `json:"name"` // 售后收件人
Mobile string `json:"mobile"` /// 售后手机号
ZipCode string `json:"zipCode"`
Address string `json:"address"`
LogisticsCompany string `json:"logisticsCompany"`
WaybillCode string `json:"waybillCode"`
SendGoodsDate int64 `json:"sendGoodsDate"`
Address string `json:"address"` // 售后地址
LogisticsCompany string `json:"logisticsCompany"` // 快递公司
WaybillCode string `json:"waybillCode"` // 运单号
SendGoodsDate int64 `json:"sendGoodsDate"` // 发货时间
}
// Detail @Title 售后详情

Loading…
Cancel
Save