From dbc843d0b37f786fb816131bcc7ebca86dbe72e9 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期四, 06 八月 2020 09:58:46 +0800
Subject: [PATCH] add crossRecord
---
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