Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiseaseRank ¶
type DiseaseTypeResult ¶
type DiseaseUser ¶
type DiseaseUser struct { ID uint `json:"id" gorm:"id"` // 用户ID Name string `json:"name" gorm:"name"` // 姓名 Sex uint `json:"sex" gorm:"sex"` // 性别 Age uint `json:"age" gorm:"age"` // 年龄 Phone string `json:"phone" gorm:"phone"` // 手机号 HealthManager string `json:"healthManager" gorm:"column:healthManager"` // 健管师 ServicePhone string `json:"servicePhone" gorm:"column:servicePhone"` // 服务电话 ServiceStation string `json:"serviceStation" gorm:"column:serviceStation"` // 服务站 ServiceCenter string `json:"serviceCenter" gorm:"column:serviceCenter"` // 服务中心 Province string `json:"province" form:"province"` // 省 City string `json:"city" form:"city"` // 市 Area string `json:"area" form:"area"` // 区 }
type PhysiqueSolarResult ¶
Click to show internal directories.
Click to hide internal directories.