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