package model type Supplier struct { SupplierId int SupplierCode string SupplierName string UploadedSku int SkuNum int SkuMode int }