From 183f937f469c0f81885bb2e8a44a2cf7eaad9518 Mon Sep 17 00:00:00 2001 From: chenshijun <chenshijun@aiotlink.com> Date: 星期一, 10 八月 2020 10:45:46 +0800 Subject: [PATCH] 育英现场环境代码 --- 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