病例列表增加了医生加密手机号查询,增加了剩余积分和是否还有福利的字段
This commit is contained in:
@@ -18,6 +18,7 @@ type Case struct {
|
||||
JoinWhiteNum int `gorm:"column:join_white_num;type:int(5);default:0;comment:多平台白名单参加总人数" json:"join_white_num"`
|
||||
MessageNum int `gorm:"column:message_num;type:int(5);default:0;comment:多平台留言人数" json:"message_num"`
|
||||
Model
|
||||
CasePlatform *CasePlatform `gorm:"foreignKey:CaseId;references:CaseId" json:"case_platform"`
|
||||
}
|
||||
|
||||
func (m *Case) TableName() string {
|
||||
|
||||
Reference in New Issue
Block a user