From 6ecda400e04a118326cabe768f8808e9b5514af6 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期三, 05 八月 2020 19:46:35 +0800 Subject: [PATCH] set 90 spaceNum,limit <=5 push msg --- vo/common.go | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/vo/common.go b/vo/common.go index f47edfc..8d10ab7 100644 --- a/vo/common.go +++ b/vo/common.go @@ -6,3 +6,10 @@ Msg string `json:"msg"` Data interface{} `json:"data"` } + +type HikPageResult struct { + Total int `json:"total"` + PageNo int `json:"pageNo"` + PageSize int `json:"pageSize"` + List interface{} `json:"list"` +} \ No newline at end of file -- Gitblit v1.8.0