package vo type SelectionShowDataParam struct { SelectionId string `json:"selection_id"` EnterpriseId string `json:"enterprise_id"` SubAccountId int64 `json:"sub_account_id"` Type int64 `json:"type"` // 1近七天 2近30天 3近90天 4自然月 Page int64 `json:"page"` PageSize int64 `json:"page_size"` }