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