添加字段

This commit is contained in:
守护自己的云 2025-01-03 11:37:37 +08:00
parent 8fd5d8efe6
commit 4b31cc9610

View File

@ -275,6 +275,7 @@ type ReplyProductInfo struct {
Customs ProductCustomsInfo `json:"customs"`
Quote ProductQuoteInfo `json:"quote"`
Children []ReplyProductInfo `json:"children"`
CreatedStaffId int64 `json:"createdStaffId"`
}
type ProductPackageInfo struct {