feat:完善项目管理
This commit is contained in:
11
app/api/website/model/service_message.go
Normal file
11
app/api/website/model/service_message.go
Normal file
@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
import "SciencesServer/app/common/model"
|
||||
|
||||
type ServiceMessage struct {
|
||||
*model.ServiceMessage
|
||||
}
|
||||
|
||||
func NewServiceMessage() *ServiceMessage {
|
||||
return &ServiceMessage{model.NewServiceMessage()}
|
||||
}
|
Reference in New Issue
Block a user