models

package
v1.62.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 16, 2023 License: Apache-2.0 Imports: 0 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RegionIndustryData added in v1.1.1

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 added in v1.1.1

type RegionIndustryDataList struct {

	/* 查询结果的数组类型 (Optional) */
	DataList []RegionIndustryData `json:"dataList"`
}

type TestOpenApiReq

type TestOpenApiReq struct {

	/* 名字 (Optional) */
	Name string `json:"name"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL