using ESRI.ArcGIS.Geodatabase; namespace Kingo.Plugin.EngineEditor.Model { public class DataColumnEx { public string ColumnName { get; set; } public string ChineseName { get; set; } public esriFieldType Type { get; set; } public string ConfigType { get; set; } public bool IsReadOnly { get; set; } } }