feat:完善网站活动报名信息
This commit is contained in:
11
app/api/website/model/activity_join.go
Normal file
11
app/api/website/model/activity_join.go
Normal file
@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
import "SciencesServer/app/common/model"
|
||||
|
||||
type ActivityJoin struct {
|
||||
*model.ActivityJoin
|
||||
}
|
||||
|
||||
func NewActivityJoin() *ActivityJoin {
|
||||
return &ActivityJoin{model.NewActivityJoin()}
|
||||
}
|
Reference in New Issue
Block a user