|
|
|
@ -95,15 +95,16 @@ func (s *supplier) Disabled(ctx context.Context, supplierId uint) error {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type ReplySupplierInfo struct {
|
|
|
|
|
SupplierId uint
|
|
|
|
|
SupplierName string // 供应商名称
|
|
|
|
|
Account string // 账户名
|
|
|
|
|
PayType uint // 结算方式
|
|
|
|
|
Liaison string // 联系人
|
|
|
|
|
Phone string // 手机号
|
|
|
|
|
Annex string // 附件
|
|
|
|
|
WarnStatus uint // 预警状态
|
|
|
|
|
WarnValue decimal.Decimal // 预警值
|
|
|
|
|
SupplierId uint
|
|
|
|
|
SupplierName string // 供应商名称
|
|
|
|
|
Account string // 账户名
|
|
|
|
|
PayType uint // 结算方式
|
|
|
|
|
Liaison string // 联系人
|
|
|
|
|
Phone string // 手机号
|
|
|
|
|
Annex string // 附件
|
|
|
|
|
WarnStatus uint // 预警状态
|
|
|
|
|
WarnValue decimal.Decimal // 预警值
|
|
|
|
|
LogisticsCompany logisticsCompany // 物流公司
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Info @Title 供应商详情
|
|
|
|
|