feat:完善项目信息
This commit is contained in:
11
app/api/admin/controller/manage/basic.go
Normal file
11
app/api/admin/controller/manage/basic.go
Normal file
@ -0,0 +1,11 @@
|
||||
package manage
|
||||
|
||||
import "SciencesServer/app/basic/config"
|
||||
|
||||
// BasicParams 基本信息
|
||||
type BasicParams struct {
|
||||
ID, TenantID uint64
|
||||
Name, Image, Code, Mobile, Introduce string
|
||||
config.Area
|
||||
Industrys, Keywords []string
|
||||
}
|
||||
Reference in New Issue
Block a user