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