|
|
@ -13,6 +13,7 @@ type Supplier struct {
|
|
|
|
supplier
|
|
|
|
supplier
|
|
|
|
WarnLiaison warnLiaison
|
|
|
|
WarnLiaison warnLiaison
|
|
|
|
WalletApply supplierWalletApply
|
|
|
|
WalletApply supplierWalletApply
|
|
|
|
|
|
|
|
LogisticsCompany logisticsCompany
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type supplier struct {
|
|
|
|
type supplier struct {
|
|
|
@ -104,7 +105,6 @@ type ReplySupplierInfo struct {
|
|
|
|
Annex string // 附件
|
|
|
|
Annex string // 附件
|
|
|
|
WarnStatus uint // 预警状态
|
|
|
|
WarnStatus uint // 预警状态
|
|
|
|
WarnValue decimal.Decimal // 预警值
|
|
|
|
WarnValue decimal.Decimal // 预警值
|
|
|
|
LogisticsCompany logisticsCompany // 物流公司
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Info @Title 供应商详情
|
|
|
|
// Info @Title 供应商详情
|
|
|
|