liuxiaolong
2020-06-16 18b512e5b76e4d6e67f58cc7d839324f7088cc16
1
2
3
4
5
6
7
8
package vo
 
 
type HikResult struct {
    Code             string             `json:"code"`
    Msg             string             `json:"msg"`
    Data             interface{}        `json:"data"`
}