using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Core.StlMes.Client.LgResMgt.Mcms { public class MeterBaseVideoChild { /// /// 计量点id /// public string pointid { get; set; } /// /// 摄像头ip /// public string p_ip { get; set; } /// /// 1号图像码率 0主码 3辅码1 4辅码2 /// public string p_rate { get; set; } /// /// 端口 /// public string vdo_port { get; set; } /// /// 硬盘录像机用户 /// public string vdo_user { get; set; } /// /// 硬盘录像机密码 /// public string vdo_pwd { get; set; } } }