This commit is contained in:
2026-04-18 12:05:21 +08:00
parent 55fcaf62dc
commit 957976db31
21 changed files with 331 additions and 140 deletions

View File

@@ -54,6 +54,8 @@ type (
// 代理服务基本类型定义
type AgentProductConfig {
ProductID int64 `json:"product_id"`
ProductName string `json:"product_name"`
ProductEn string `json:"product_en"`
CostPrice float64 `json:"cost_price"`
PriceRangeMin float64 `json:"price_range_min"`
PriceRangeMax float64 `json:"price_range_max"`