This commit is contained in:
守护自己的云 2024-09-27 10:28:40 +08:00
parent b341d97d96
commit d9a4d289dc

View File

@ -12,6 +12,7 @@ type benefit struct {
type BenefitProductItem struct {
Id int64 `json:"id"`
ParentId int64 `json:"parentId"`
ProductId int64 `json:"productId"`
Serial string `json:"serial"`
CustomSerial string `json:"customSerial"`
@ -38,6 +39,7 @@ type BenefitProductItem struct {
SaleCurrencyRate decimal.Decimal `json:"saleCurrencyRate"`
SaleAmountCny decimal.Decimal `json:"saleAmountCny"`
ProfitAndLossCny decimal.Decimal `json:"profitAndLossCny"`
Children []*BenefitProductItem `json:"children"`
}
// Product @TITLE 获取产品