病例列表增加了医生加密手机号查询,增加了剩余积分和是否还有福利的字段

This commit is contained in:
2025-07-03 09:13:30 +08:00
parent f54e6a337b
commit dd2530e819
5 changed files with 82 additions and 8 deletions
+1
View File
@@ -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 {