- package request
- import "lc-fangdaosha/model/common/request"
- type Event struct {
- UId uint
- GatewayName string `json:"gatewayName"`
- EventType uint `json:"eventType"`
- EventCode string `json:"eventCode"`
- CreatedAt string `json:"startTime"`
- IsHandled *bool `json:"isHandled"`
- request.PageInfo
- }
|