feat:完善信息
This commit is contained in:
12
app/common/model/sys_industry.go
Normal file
12
app/common/model/sys_industry.go
Normal file
@ -0,0 +1,12 @@
|
||||
package model
|
||||
|
||||
type SysIndustry struct {
|
||||
}
|
||||
|
||||
func (*SysIndustry) TableName() string {
|
||||
return "sys_industry"
|
||||
}
|
||||
|
||||
func NewSysIndustry() *SysIndustry {
|
||||
return &SysIndustry{}
|
||||
}
|
Reference in New Issue
Block a user