feat:完善用户项目模块数据模型
This commit is contained in:
11
app/api/enterprise/model/technology_project.go
Normal file
11
app/api/enterprise/model/technology_project.go
Normal file
@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
import "SciencesServer/app/common/model"
|
||||
|
||||
type TechnologyProject struct {
|
||||
*model.TechnologyProject
|
||||
}
|
||||
|
||||
func NewTechnologyProject() *TechnologyProject {
|
||||
return &TechnologyProject{model.NewTechnologyProject()}
|
||||
}
|
Reference in New Issue
Block a user