feat:完善项目信息

This commit is contained in:
henry
2022-01-19 13:23:07 +08:00
parent 86fa9cd853
commit 61d345b571
10 changed files with 355 additions and 206 deletions

View 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
}