using System; using System.Collections.Generic; using System.Text; namespace Model { public class EProCodeInfo { public String _Key { get; set; } public String _Code { get; set; } public String _Name { get; set; } public String _IsLogin { get; set; } } }