This commit is contained in:
2026-03-02 14:41:13 +08:00
parent a14f1dcf2a
commit f6d3b80659
3 changed files with 96 additions and 14 deletions

View File

@@ -98,6 +98,7 @@ type (
Description string `json:"description"` // 描述
Notes string `json:"notes"` // 备注
SellPrice float64 `json:"sell_price"` // 售价
CostPrice float64 `json:"cost_price"` // 成本价(由功能成本累加得出)
CreateTime string `json:"create_time"` // 创建时间
UpdateTime string `json:"update_time"` // 更新时间
}