zhangzengfei
2024-08-22 5f9d9d62101e8762bdf2bc66d29891fe9e91c0f0
1
2
3
4
5
6
package vo
 
type RecordMsg struct {
    CamId string
    MsgId string
}