|
|
@@ -22,7 +22,6 @@ type BaseProductSearchReq struct {
|
|
|
|
|
|
//添加数据
|
|
|
type AddBaseProductReq struct {
|
|
|
- ProdCode string `p:"prodCode" json:"prodCode" `
|
|
|
ProdName string `p:"prodName" json:"prodName" v:"required#产品名称不能为空"`
|
|
|
ProdClass string `p:"prodClass" json:"prodClass" v:"required#产品分类不能为空"`
|
|
|
GuidPrice string `p:"guidPrice" json:"guidPrice" v:"required#建议成交价"`
|