Browse Source

分期付

master
huangjiajun 1 week ago
parent
commit
9ebf54e214
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/models/installment_payment_repaid_flow.go

+ 1
- 0
src/models/installment_payment_repaid_flow.go View File

@@ -8,4 +8,5 @@ type InstallmentPaymentRepaidFlow struct {
WhichRepaymentPeriod int `json:"which_repayment_period" xorm:"not null default 1 comment('第x还款') TINYINT(3)"`
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"`
OrdId int64 `json:"ord_id" xorm:"not null default 0 comment('订单ID') BIGINT(20)"`
}

Loading…
Cancel
Save