From bae4af47f77a195a12a0437584d667465e826e12 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期一, 17 八月 2020 16:09:28 +0800 Subject: [PATCH] add log --- 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