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