add auto comb cost price

This commit is contained in:
2025-11-13 22:13:05 +08:00
parent 1bfeac0504
commit 604174cce7
3 changed files with 12 additions and 9 deletions

View File

@@ -10,6 +10,7 @@ type PackageItemResponse struct {
ProductName string `json:"product_name" comment:"子产品名称"`
SortOrder int `json:"sort_order" comment:"排序"`
Price float64 `json:"price" comment:"子产品价格"`
CostPrice float64 `json:"cost_price" comment:"子产品成本价"`
}
// ProductInfoResponse 产品详情响应