feat:完善信息

This commit is contained in:
henry
2021-10-09 17:32:23 +08:00
parent af44287b4a
commit 0dd46c0c9d
10 changed files with 199 additions and 5 deletions

View File

@ -9,10 +9,9 @@ type Area struct {
}
type (
// IdentityForCompany 公身份信息
// IdentityForCompany 公司附加信息
IdentityForCompany struct {
Name string `json:"name"` // 公司企业名称
Code string `json:"code"` // 企业代码
Area
Industry uint64 `json:"industry"`
Keywords []string `json:"keywords"`
}
)