governwarninglistquery

package
v0.0.0-...-905ac7b Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CollegeInfoViewDTO

type CollegeInfoViewDTO struct {
	/**
	 * 规则标题
	 */
	Title string `json:"title"`
	/**
	 * 规则跳转链接
	 */
	Url string `json:"url"`
}

type ContentDetailViewDTO

type ContentDetailViewDTO struct {
	/**
	 * 表明事实依据id
	 */
	Id string `json:"id"`
}

type ContentViewDTO

type ContentViewDTO struct {
	/**
	 * 事实依据类型
	 */
	Type int32 `json:"type"`
	/**
	 * 总数
	 */
	Total int32 `json:"total"`
	/**
	 * 事实依据
	 */
	ContentList []ContentDetailViewDTO `json:"contentList"`
}

type GovernWarningListQueryRequest

type GovernWarningListQueryRequest struct {
	/**
	 *  页数,从1开始
	 */
	PageNum int32 `json:"pageNum"`
	/**
	 *  页大小,最多20
	 */
	PageSize int32 `json:"pageSize"`
}

func (*GovernWarningListQueryRequest) DoInvoke

type GovernWarningListQueryResponse

type GovernWarningListQueryResponse struct {
	Code    string     `json:"code"`
	Msg     string     `json:"msg"`
	Data    ResultData `json:"data"`
	TraceId string     `json:"traceId"`
}

func (*GovernWarningListQueryResponse) IsSuccess

func (response *GovernWarningListQueryResponse) IsSuccess() bool

type OpenViolationDetailViewDTO

type OpenViolationDetailViewDTO struct {
	/**
	 * 违规单id
	 */
	Id int64 `json:"id"`
	/**
	 * 门店id
	 */
	EpoiId int32 `json:"epoiId"`
	/**
	 * 预警时间,unix时间戳
	 */
	WarningTime int32 `json:"warningTime"`
	/**
	 * 预警规则id
	 */
	WarningId int32 `json:"warningId"`
	/**
	 * 预警类型
	 */
	WarningTitle string `json:"warningTitle"`
	/**
	 * 平台规则描述
	 */
	WarningDesc string `json:"warningDesc"`
	/**
	 * 违规原因
	 */
	WarningReason string `json:"warningReason"`
	/**
	 * 预警的处罚描述
	 */
	PunishDesc string `json:"punishDesc"`
	/**
	 * 预警计算开始时间,unix时间戳
	 */
	CalStartTime int64 `json:"calStartTime"`
	/**
	 * 预警计算束时间,unix时间戳
	 */
	CalEndTime int64 `json:"calEndTime"`
	/**
	 * 预警事实依据
	 */
	WarningContent []ContentViewDTO `json:"warningContent"`
	/**
	 * 规则跳转链接
	 */
	CollegeInfo CollegeInfoViewDTO `json:"collegeInfo"`
	/**
	 * 阅读状态
	 */
	IsRead int32 `json:"isRead"`
	/**
	 * 门店名称
	 */
	WmPoiName string `json:"wmPoiName"`
}

type ResultData

type ResultData struct {
	/**
	 * 违规列表总数
	 */
	Total int32 `json:"total"`
	/**
	 * 总页数
	 */
	PageTotal int32 `json:"pageTotal"`
	/**
	 * 当前页
	 */
	PageNum int32 `json:"pageNum"`
	/**
	 * 数据列表
	 */
	Data []OpenViolationDetailViewDTO `json:"data"`
}

Jump to

Keyboard shortcuts

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