feat:完善信息
This commit is contained in:
@ -28,13 +28,13 @@ type (
|
||||
IdentityForResearch struct {
|
||||
Longitude float64 `json:"longitude" form:"longitude"` // 经度
|
||||
Latitude float64 `json:"latitude" form:"latitude"` // 纬度
|
||||
Research string `json:"research" form:"research"` // 研究方向
|
||||
Research string `json:"research" form:"research"` // 研究领域方向
|
||||
}
|
||||
// IdentityForLaboratory 实验室
|
||||
IdentityForLaboratory struct {
|
||||
TenantID uint64 `json:"tenant_id" form:"tenant_id"`
|
||||
Longitude float64 `json:"longitude" form:"longitude"` // 经度
|
||||
Latitude float64 `json:"latitude" form:"latitude"` // 纬度
|
||||
Research map[int]string `json:"research" form:"research"` // 研究方向
|
||||
Research map[int]string `json:"research" form:"research"` // 研究领域方向
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user