feat:增加科技产品数据模型管理
This commit is contained in:
11
app/api/enterprise/model/technology_product.go
Normal file
11
app/api/enterprise/model/technology_product.go
Normal file
@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
import "SciencesServer/app/common/model"
|
||||
|
||||
type TechnologyProduct struct {
|
||||
*model.TechnologyProduct
|
||||
}
|
||||
|
||||
func NewTechnologyProduct() *TechnologyProduct {
|
||||
return &TechnologyProduct{model.NewTechnologyProduct()}
|
||||
}
|
Reference in New Issue
Block a user