finance
黄伟 2 years ago
parent 06a82d9ea4
commit 24de88ef74

@ -76,6 +76,7 @@ type ReplyGoodsInfo struct {
Id uint `json:"id"` Id uint `json:"id"`
Name string `json:"name"` Name string `json:"name"`
SupplierId uint `json:"supplierId"` SupplierId uint `json:"supplierId"`
SupplierName string `json:"supplierName"`
CategoryId uint `json:"categoryId"` CategoryId uint `json:"categoryId"`
BrandId uint `json:"brandId"` BrandId uint `json:"brandId"`
Imgs []string `json:"imgs"` Imgs []string `json:"imgs"`

@ -59,7 +59,6 @@ type SupplierItem struct {
Prepayment decimal.Decimal // 预付款余额 Prepayment decimal.Decimal // 预付款余额
WarnStatus uint // 预警状态 WarnStatus uint // 预警状态
ApplyUserId uint // 创建人Id ApplyUserId uint // 创建人Id
ApplyUserName string // 创建人名称
CreatedAt int64 // 创建时间 CreatedAt int64 // 创建时间
} }

Loading…
Cancel
Save