package
Version:
v0.0.0-...-2304a10
Opens a new window with list of versions in this module.
Published: Jul 28, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 9
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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.