部署
This commit is contained in:
parent
b341d97d96
commit
d9a4d289dc
@ -12,6 +12,7 @@ type benefit struct {
|
|||||||
|
|
||||||
type BenefitProductItem struct {
|
type BenefitProductItem struct {
|
||||||
Id int64 `json:"id"`
|
Id int64 `json:"id"`
|
||||||
|
ParentId int64 `json:"parentId"`
|
||||||
ProductId int64 `json:"productId"`
|
ProductId int64 `json:"productId"`
|
||||||
Serial string `json:"serial"`
|
Serial string `json:"serial"`
|
||||||
CustomSerial string `json:"customSerial"`
|
CustomSerial string `json:"customSerial"`
|
||||||
@ -38,6 +39,7 @@ type BenefitProductItem struct {
|
|||||||
SaleCurrencyRate decimal.Decimal `json:"saleCurrencyRate"`
|
SaleCurrencyRate decimal.Decimal `json:"saleCurrencyRate"`
|
||||||
SaleAmountCny decimal.Decimal `json:"saleAmountCny"`
|
SaleAmountCny decimal.Decimal `json:"saleAmountCny"`
|
||||||
ProfitAndLossCny decimal.Decimal `json:"profitAndLossCny"`
|
ProfitAndLossCny decimal.Decimal `json:"profitAndLossCny"`
|
||||||
|
Children []*BenefitProductItem `json:"children"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Product @TITLE 获取产品
|
// Product @TITLE 获取产品
|
||||||
|
Loading…
Reference in New Issue
Block a user