feat:完善入驻信息管理
This commit is contained in:
@ -11,7 +11,10 @@ type Area struct {
|
||||
type (
|
||||
// IdentityForCompany 公司附加信息
|
||||
IdentityForCompany struct {
|
||||
Url string `json:"url" form:"url"` // 企业网站
|
||||
Kinds []int `json:"kinds" form:"kinds"`
|
||||
Product string `json:"product" form:"product" binding:"required"`
|
||||
Url string `json:"url" form:"url"` // 企业网站
|
||||
License string `json:"license" form:"license" binding:"required"`
|
||||
}
|
||||
// IdentityForExpert 专家附加信息
|
||||
IdentityForExpert struct {
|
||||
|
Reference in New Issue
Block a user