Ver Fonte

对外接口加字段

wd há 2 anos atrás
pai
commit
831d1f6754

+ 3 - 0
src/dashoo.cn/backend/api/business/oilsupplier/supplier/oilsupplier.go

@@ -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 {