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