update .gitignore
This commit is contained in:
15
app/common/model/bill_instance.go
Normal file
15
app/common/model/bill_instance.go
Normal file
@ -0,0 +1,15 @@
|
||||
package model
|
||||
|
||||
type BillInstance struct {
|
||||
Model
|
||||
ModelDeleted
|
||||
ModelAt
|
||||
}
|
||||
|
||||
func (m *BillInstance) TableName() string {
|
||||
return "bill_instance"
|
||||
}
|
||||
|
||||
func NewBillInstance() *BillInstance {
|
||||
return &BillInstance{}
|
||||
}
|
Reference in New Issue
Block a user