森林草原湿地荒漠调查
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
358 B

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; }
}
}