feat:完善项目管理,增加网站首页接口信息
This commit is contained in:
8
app/api/website/model/base.go
Normal file
8
app/api/website/model/base.go
Normal file
@ -0,0 +1,8 @@
|
||||
package model
|
||||
|
||||
// DataAreaDistributionInfo 数据区域分期
|
||||
type DataAreaDistributionInfo struct {
|
||||
Province string `json:"province"`
|
||||
City string `json:"city"`
|
||||
Industry string `json:"industry"`
|
||||
}
|
Reference in New Issue
Block a user