Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinkVo ¶
type LinkVo struct {
/* 主键id (Optional) */
Id int `json:"id"`
/* 名称 (Optional) */
Name string `json:"name"`
/* 链接url (Optional) */
LinkUrl string `json:"linkUrl"`
/* 埋点信息 (Optional) */
Clstag string `json:"clstag"`
/* 排序 (Optional) */
Sort int `json:"sort"`
/* 操作者 (Optional) */
Operator string `json:"operator"`
/* 状态 0显示 1删除 (Optional) */
Status string `json:"status"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 修改时间 (Optional) */
ModifyTime string `json:"modifyTime"`
}
type Navigation ¶
type Navigation struct {
Id int `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
IconUrl string `json:"iconUrl"`
IconClass string `json:"iconClass"`
WebUrl string `json:"webUrl"`
Url string `json:"url"`
ProductStatus int `json:"productStatus"`
Sort int `json:"sort"`
CreateTime string `json:"createTime"`
ParentId int `json:"parentId"`
UpdateTime string `json:"updateTime"`
Level int `json:"level"`
Label string `json:"label"`
HelpUrl string `json:"helpUrl"`
SelfRun string `json:"selfRun"`
Lang string `json:"lang"`
ExtChildren []Navigation `json:"extChildren"`
}
type NoticeVo ¶
type NoticeVo struct {
/* uuid (Optional) */
Uuid int `json:"uuid"`
/* 主键id (Optional) */
Id int `json:"id"`
/* 标题 (Optional) */
Title string `json:"title"`
/* 公告类型; 1:产品公告; 2:域名公告; 3:活动公告; 4:其他公告 (Optional) */
Type string `json:"type"`
/* 置顶; 100:不置顶; 1;2;3;4;5:置顶位置(数字不能重复) (Optional) */
GoTop string `json:"goTop"`
/* 位置; 0:不显示; 1:左边; 2:左中; 3:中; 4:右中; 5:右 (Optional) */
Inlet string `json:"inlet"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 创建人 (Optional) */
CreatePin string `json:"createPin"`
/* 是否失效; 0:生效; 1:失效 (Optional) */
Yn string `json:"yn"`
/* 公告内容 (Optional) */
Content string `json:"content"`
/* 发送开始时间 (Optional) */
StartTime string `json:"startTime"`
/* 发送结束时间 (Optional) */
EndTime string `json:"endTime"`
/* 位置; 1:置顶; 2:入口 (Optional) */
Site int `json:"site"`
/* 页码数 (Optional) */
PageNum int `json:"pageNum"`
/* 页显示数量 (Optional) */
PageSize int `json:"pageSize"`
/* 语言 (Optional) */
Lang string `json:"lang"`
/* 中英文关联id (Optional) */
LangId int `json:"langId"`
/* 查询时间 (Optional) */
Ts string `json:"ts"`
}
type Product ¶
type Product struct {
/* 主键id (Optional) */
Id int `json:"id"`
/* 名称 (Optional) */
Name string `json:"name"`
/* url (Optional) */
Url string `json:"url"`
ParentNavigationId int `json:"parentNavigationId"`
NavigationId int `json:"navigationId"`
/* 修改时间 (Optional) */
CreateTime string `json:"createTime"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 语言:中文cn;英文en (Optional) */
Lang string `json:"lang"`
/* 产品数据 (Optional) */
TxtVoList []ProductTxt `json:"txtVoList"`
}
type ProductTxt ¶
type ProductTxt struct {
/* 主键id (Optional) */
Id int `json:"id"`
/* 产品id (Optional) */
ProductId int `json:"productId"`
/* 模板类型 (Optional) */
Templet string `json:"templet"`
/* 内容(JSON字符串) (Optional) */
Txt string `json:"txt"`
/* 排序 (Optional) */
Sort int `json:"sort"`
/* 修改时间 (Optional) */
CreateTime string `json:"createTime"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 语言:中文cn;英文en (Optional) */
Lang string `json:"lang"`
}
Click to show internal directories.
Click to hide internal directories.