liuxiaolong
2020-06-18 e73b432b99ee831a0061b1c53551695b6766800c
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"`
}