@@ -305,6 +305,9 @@ type CompanyList struct {
Type string `xorm:"comment('供应商类型') VARCHAR(255)"`
ApplyTime time.Time `xorm:"comment('年审日期') DATETIME"`
BusinessScope string `xorm:"comment('营业范围') TEXT"`
+ CommercialNo string
+ Id int
+ CertId int
}
type OilSupplierView1 struct {