소스 검색

分期付

master
huangjiajun 4 달 전
부모
커밋
9ebf54e214
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/models/installment_payment_repaid_flow.go

+ 1
- 0
src/models/installment_payment_repaid_flow.go 파일 보기

@@ -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)"`
}

불러오는 중...
취소
저장