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