feat:完善信息
This commit is contained in:
@ -1,8 +1,18 @@
|
||||
package config
|
||||
|
||||
// Area 区域
|
||||
type Area struct {
|
||||
Province uint64 `json:"province"`
|
||||
City uint64 `json:"city"`
|
||||
District uint64 `json:"district"`
|
||||
Address string `json:"address"`
|
||||
}
|
||||
|
||||
type (
|
||||
// IdentityForCompany 公身份信息
|
||||
IdentityForCompany struct {
|
||||
Name string `json:"name"` // 公司企业名称
|
||||
Code string `json:"code"` // 企业代码
|
||||
Area
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user