12 lines
247 B
Go
12 lines
247 B
Go
![]() |
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
|
||
|
}
|