package model import "SciencesServer/app/common/model" type TechnologyDemand struct { *model.TechnologyDemand } func NewTechnologyDemand() *TechnologyDemand { return &TechnologyDemand{model.NewTechnologyDemand()} }