This commit is contained in:
邹宗楠
2024-01-15 10:55:42 +08:00
parent 106a7e99fd
commit e3eff8739b
7 changed files with 44 additions and 14 deletions

View File

@@ -82,6 +82,11 @@ const (
)
const BrandIdChengShan = 142 // 成山农场品牌id
const (
DefMaxDeliveryFee = 1500 // 创建运单最高价
AlarmFee = 1500 // 配送费报警阈值
)
type VendorInfo struct {
Name string `json:"name"`