|
|
@@ -12,7 +12,6 @@ type InstallmentPaymentList struct { |
|
|
|
RepaymentAmountPerInstallment string `json:"repayment_amount_per_installment" xorm:"not null default 0.00 comment('每期还款金额') DECIMAL(12,2)"` |
|
|
|
GoodsTitle string `json:"goods_title" xorm:"not null default '' comment('标题') VARCHAR(255)"` |
|
|
|
GoodsImg string `json:"goods_imgg" xorm:"not null default '' comment('图片') VARCHAR(255)"` |
|
|
|
MallOid string `json:"mall_oid" xorm:"not null default '' comment('') VARCHAR(255)"` |
|
|
|
IsRepaidOff int `json:"is_repaid_off" xorm:"not null default 0 comment('是否已偿还完(0:未偿还完 1:已偿还完)') TINYINT(1)"` |
|
|
|
CreateAt string `json:"create_at" xorm:"not null default 'CURRENT_TIMESTAMP' comment('创建时间') DATETIME"` |
|
|
|
UpdateAt string `json:"update_at" xorm:"not null default 'CURRENT_TIMESTAMP' comment('更新时间') DATETIME"` |
|
|
|