|
|
@@ -41,7 +41,7 @@ type SaveBaseProductAuthReq struct {
|
|
|
UserName string `orm:"user_name" json:"userName" v:"required#用户姓名不能为空"` // 用户姓名
|
|
|
UserPost string `orm:"user_post" json:"userPost"` // 岗位
|
|
|
UserPhone string `orm:"user_phone" json:"userPhone"` // 电话
|
|
|
- Lines []*ProductLine `json:"lines" v:"required#产品线不能为空"`
|
|
|
+ Lines []*ProductLine `json:"lines"`
|
|
|
}
|
|
|
|
|
|
// ProductLine 产品线
|