namespace Kingo.Plugin.YJJK.ModelEntity { public class LayerEntity { public bool Check { get; set; } public string LayerName { get; set; } public string LayerAlias { get; set; } public string LayerCDM { get; set; } } }