package
Version:
v0.0.0-...-ec24a78
Opens a new window with list of versions in this module.
Published: Jul 2, 2023
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Pay struct {
Id int64 `db:"id"`
Uid int64 `db:"uid"`
Oid int64 `db:"oid"`
Amount int64 `db:"amount"`
Source int64 `db:"source"`
Status int64 `db:"status"`
CreateTime time.Time `db:"create_time"`
UpdateTime time.Time `db:"update_time"`
}
PayModel is an interface to be customized, add more methods here,
and implement the added methods in customPayModel.
NewPayModel returns a model for the database table.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.