example2

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RepayPlan

type RepayPlan struct {
	Id         int64
	AccountNo  string
	LoanNo     string
	Term       int
	Principal  float64
	Interest   float64
	InitDate   time.Time
	RepayDate  time.Time
	RepayState string
	CreateTime time.Time
	UpdateTime time.Time
}

RepayPlan repay plan model

type Trade

type Trade struct {
	TradeNo      string    `order:"0" header:"trade_no"`
	AccountNo    string    `order:"1" header:"account_no"`
	Type         string    `order:"2" header:"type"`
	Amount       float64   `order:"3" header:"amount"`
	Terms        int       `order:"4" header:"terms"`
	InterestRate float64   `order:"5" header:"interest_rate"`
	TradeTime    time.Time `order:"7" header:"trade_time"`
	Status       string    `order:"6" header:"status"`
}

Trade trade model

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL