zhangzengfei
2024-09-13 eff59c389fd046a75bb67b45e2e52dcc712413d9
1
2
3
4
5
6
package vo
 
type RecordMsg struct {
    CamId string
    MsgId string
}