package model import "SciencesServer/app/common/model" type TechnologyPatent struct { *model.TechnologyPatent } func NewTechnologyPatent() *TechnologyPatent { return &TechnologyPatent{TechnologyPatent: model.NewTechnologyPatent()} }