Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegionIndustryData ¶
type RegionIndustryData struct {
/* 区域 (Optional) */
Region string `json:"region"`
/* 行业 (Optional) */
Industry string `json:"industry"`
/* 一级指标 (Optional) */
FirstIndex string `json:"firstIndex"`
/* 二级指标 (Optional) */
SecondIndex string `json:"secondIndex"`
/* 日期 (Optional) */
DateTime string `json:"dateTime"`
/* 日期类型(月、天) (Optional) */
DateType string `json:"dateType"`
/* 指标数值 (Optional) */
IndexValue string `json:"indexValue"`
/* 数值单位 (Optional) */
ValueUnit string `json:"valueUnit"`
/* 属性类别 (Optional) */
AttrType string `json:"attrType"`
/* 属性值 (Optional) */
AttrValue string `json:"attrValue"`
/* 属性值扩展内容 (Optional) */
AttrValueExt string `json:"attrValueExt"`
}
type RegionIndustryDataList ¶
type RegionIndustryDataList struct {
/* 查询结果的数组类型 (Optional) */
DataList []RegionIndustryData `json:"dataList"`
}
Click to show internal directories.
Click to hide internal directories.