liuxiaolong
2020-08-17 bae4af47f77a195a12a0437584d667465e826e12
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"`
}