feat:优化项目信息
This commit is contained in:
15
app/common/model/user_research.go
Normal file
15
app/common/model/user_research.go
Normal file
@ -0,0 +1,15 @@
|
||||
package model
|
||||
|
||||
type UserResearch struct {
|
||||
Model
|
||||
ModelDeleted
|
||||
ModelAt
|
||||
}
|
||||
|
||||
func (m *UserResearch) TableName() string {
|
||||
return "user_research"
|
||||
}
|
||||
|
||||
func NewUserResearch() *UserResearch {
|
||||
return &UserResearch{}
|
||||
}
|
Reference in New Issue
Block a user