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