This commit is contained in:
邹宗楠
2024-02-19 18:04:39 +08:00
parent dc25d0cdc1
commit 467c08707a
6 changed files with 48 additions and 27 deletions

View File

@@ -377,7 +377,7 @@ type Store struct {
PayeeAccountNo string `orm:"size(255)" json:"payeeAccountNo"` // 收款账号
PayeeBankBranchName string `orm:"size(255)" json:"payeeBankBranchName"` // 开户支行
PayeeBankCode string `orm:"size(8)" json:"payeeBankCode"` // 开户行代码
PayPercentage int `json:"payPercentage"`
PayPercentage int `json:"payPercentage"` // 扣点模式,小于50为扣点,其他为报价
OldPayPercentage int `json:"oldPayPercentage"`
StoreFrontPic string `orm:"size(255)" json:"storeFrontPic"` //门面照