feat:优化项目信息

This commit is contained in:
henry
2022-02-08 16:11:59 +08:00
parent 166753d811
commit 17dd9bea7f
7 changed files with 109 additions and 21 deletions

View File

@ -0,0 +1,11 @@
package model
import model2 "SciencesServer/app/common/model"
type TechnologyPatentClassify struct {
*model2.TechnologyPatentClassify
}
func NewTechnologyPatentClassify() *TechnologyPatentClassify {
return &TechnologyPatentClassify{model2.NewTechnologyPatentClassify()}
}