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