package coinledger type listQuery struct { Page int PageSize int UserKeyword string StartAtMS int64 EndAtMS int64 }