🎨 完善用户讲师申请接口,新增order模块
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user