ZJYJ.FD.SlnMesnac/ViewModel/XmlPointVM.cs

28 lines
568 B
C#

namespace ZJ_BYD.ViewModel
{
public class XmlPointVM
{
public string PointCode { get; set; }
public string Address { get; set; }
public string PointName { get; set; }
public string DataType { get; set; }
public string Length { get; set; }
public bool IsSystem { get; set; }
public bool IsSaveDb { get; set; }
public bool IsRealTime { get; set; }
public bool IsActive { get; set; }
public int SortIndex { get; set; }
public string Remark { get; set; }
}
}