Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DB *gorm.DB
Functions ¶
Types ¶
type Bill ¶
type Bill struct { gorm.Model UserId uint `gorm:"not null"` ActionTime time.Time `gorm:"not null"` BillTypeCode constants.BillType `gorm:"not null"` BillAccountId uint `gorm:"not null"` BillTagId uint `gorm:"not null"` Amount int `gorm:"not null"` Remarks string `gorm:""` IsIgnore bool `gorm:"not null;default 0"` }
type BillAccount ¶
Click to show internal directories.
Click to hide internal directories.