model/test/supplier.go
@@ -7,7 +7,7 @@ // Supplier 结构体 type Supplier struct { global.GVA_MODEL global.GVA_MODEL_INT Number string `json:"number" form:"number" gorm:"column:number;comment:供应商编号;size:255;"` Name string `json:"name" form:"name" gorm:"column:name;comment:名称;size:255;"` SupplierType string `json:"supplierType" form:"supplierType" gorm:"column:supplier_type;comment:供应商类型;size:255;"`