This commit is contained in:
邹宗楠
2026-04-07 10:34:41 +08:00
parent 59305b5eb5
commit 47538b4929
2 changed files with 30 additions and 2 deletions

View File

@@ -406,6 +406,7 @@ type Store struct {
PackageSwitch int `orm:"size(8);column(package_switch);default(0)" json:"packageSwitch"` //物料购物单门店购买袋子开关[0打开/1关闭]
PushBill int `orm:"size(8);column(push_bill);default(0)" json:"pushBill"` //是否推送门店账单[0推送/1不推送]
FreightMarkup int `orm:"size(8);column(freight_markup);default(0)" json:"freightMarkup"` //门店为三方运单时,设置的运营加价
QuotationPrice int `orm:"size(8);column(quotation_price);default(0)" json:"quotationPrice"` //报价门店,美团报价金额,单位分
}
func (*Store) TableUnique() [][]string {