This commit is contained in:
laodaming 2023-07-05 17:00:03 +08:00
parent 2af55fb898
commit 83bfa8977c

View File

@ -102,7 +102,6 @@ type PriceObj {
Num int `json:"num"`
Price float64 `json:"price"`
}
//获取保存的设计信息
type GetProductDesignReq {
Sn string `form:"sn"`