f
This commit is contained in:
@@ -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"` // 更新时间
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user