1
This commit is contained in:
@@ -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"` //门面照
|
||||
|
||||
Reference in New Issue
Block a user