zhangzengfei
2024-10-17 b4a86051e9bf4888fd5d01c12232a26f3874e03b
1
2
3
4
5
6
package vo
 
type RecordMsg struct {
    CamId string
    MsgId string
}