model

package
v0.0.0-...-6d5d60b Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type THash

type THash struct {
	Hash       string `orm:"pk"`
	AppId      string
	CaptainId  string
	Name       string
	Flow       string    //原始数据
	Sign       string    //签名
	Status     string    //状态
	CreateTime time.Time //创建时间
}

func (*THash) TableName

func (this *THash) TableName() string

type THashOperate

type THashOperate struct {
	Id      int64 `orm:"pk"`
	AppId   string
	Type    string
	Hash    string //请求类型
	Option  string //同意拒绝
	Opinion string //操作意见[同意或拒绝说明]
	//Flow       string    //原始数据
	Sign       string    //签名
	CreateTime time.Time //创建时间
}

func (*THashOperate) TableName

func (this *THashOperate) TableName() string

type TRegist

type TRegist struct {
	RegId          string `orm:"pk"`
	ApplyerId      string
	CaptainId      string
	ApplyerAccount string
	Msg            string
	Consent        string
	CipherText     string
	Status         string
	PubKey         string
	CreateTime     time.Time //创建时间
}

func (*TRegist) TableName

func (this *TRegist) TableName() string

type TReqLog

type TReqLog struct {
	Id           int64  `orm:"pk"`
	ReqType      string //请求类型
	TransferType string //传递类型
	BlockNumber  int64  //区块号
	Hash         string //hash审批流
	WdHash       string //提现hash
	TxHash       string //交易hash
	Amount       string //金额
	Fee          string //手续费
	From         string //from地址
	To           string //to地址
	Category     int64  //币种分类
	Content      string //内容
	Status       string //hash状态

	ApplyTime  time.Time //申请时间
	CreateTime time.Time //创建时间
}

func (*TReqLog) TableName

func (this *TReqLog) TableName() string

type TWithdraw

type TWithdraw struct {
	WdHash     string `orm:"pk"`
	Hash       string
	AppId      string
	To         string
	Amount     string
	Fee        string
	Category   int64
	Flow       string //原始数据
	WdFlow     string
	Sign       string    //签名
	Status     string    //状态
	CreateTime time.Time //创建时间
}

func (*TWithdraw) TableName

func (this *TWithdraw) TableName() string

Jump to

Keyboard shortcuts

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