From dd407acf2304fdf68d7a01da9f56660347a32e85 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期三, 29 七月 2020 15:55:50 +0800 Subject: [PATCH] add static download path --- 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