using ESRI.ArcGIS.Geometry; namespace Kingo.Plugin.BoundaryReadjust.EntityModel { public class DataModel { public string XJXZQInfo { get; set; } public string XZQInfo { get; set; } public string XZQMC { get; set; } public string XZQDM { get; set; } public string CJDCQInfo { get; set; } public int DLTBOid { get; set; } public string TC { get; set; } public double BGMJ { get; set; } /// /// 描述说明 /// public string MSSM { get; set; } public IGeometry Geo { get; set; } /// /// 是否整图斑划出 /// public bool IsCompleteOut { get; set; } /// /// True(划出/灭失) /// public bool IsOut { get; set; } public bool IsAdd { get; set; } /// /// 是否为海岛转陆地 /// public bool IsHDZLD { get; set; } /// /// 变更状态 /// public string BGZT { get; set; } } }