feat:完善信息
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
package model
|
||||
|
||||
// SysIndustry 行业领域数据模型
|
||||
type SysIndustry struct {
|
||||
Model
|
||||
ModelDeleted
|
||||
ModelAt
|
||||
}
|
||||
|
||||
func (*SysIndustry) TableName() string {
|
||||
|
16
app/common/model/sys_research.go
Normal file
16
app/common/model/sys_research.go
Normal file
@ -0,0 +1,16 @@
|
||||
package model
|
||||
|
||||
// SysResearch 研究领域数据模型
|
||||
type SysResearch struct {
|
||||
Model
|
||||
ModelDeleted
|
||||
ModelAt
|
||||
}
|
||||
|
||||
func (*SysResearch) TableName() string {
|
||||
return "sys_research"
|
||||
}
|
||||
|
||||
func NewSysResearch() *SysResearch {
|
||||
return &SysResearch{}
|
||||
}
|
Reference in New Issue
Block a user