🎨 完善用户讲师申请接口,新增order模块

This commit is contained in:
2025-07-20 21:52:11 +08:00
parent 70f65c96bd
commit f0a67822ef
7 changed files with 39 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ type TeacherApply struct {
ExpectRate string `json:"expectRate" gorm:"type:varchar(255);comment:期望分成比例"`
Phone string `json:"phone" gorm:"type:varchar(20);comment:联系电话"`
Nickname string `json:"nickname" gorm:"type:varchar(255);comment:讲师名称"`
Note string `json:"note" gorm:"type:varchar(255);comment:审核备注"`
}
func (TeacherApply) TableName() string {