|
|
@@ -487,7 +487,7 @@ type THJDeliveryMonth struct {
|
|
|
|
|
|
// THJPresaleApplyDeposit 支付方式
|
|
|
type THJPresaleApplyDeposit struct {
|
|
|
- DEPOSITID int64 `json:"DEPOSITID" xorm:"DEPOSITID"` // 自增ID autoid
|
|
|
+ DEPOSITID int64 `json:"depositid" xorm:"DEPOSITID"` // 自增ID autoid
|
|
|
PRESALEAPPLYID string `json:"presaleapplyid" xorm:"PRESALEAPPLYID"` // 预售申请ID(184+Unix秒时间戳(10位)+xxxxxx)
|
|
|
DEPOSITRATE float64 `json:"depositrate" xorm:"DEPOSITRATE"` // 定金比例
|
|
|
DISCOUNTAMOUNT float64 `json:"discountamount" xorm:"DISCOUNTAMOUNT"` // 优惠金额(每吨)
|