using System; namespace Model { public class GwBlackPool { public int PoolID { get; set; } public string PoolName { get; set; } public string MobileSegMent { get; set; } public int BlackPoolID { get; set; } public string Mobile { get; set; } public DateTime ModifyTime { get; set; } public int IsDeleted { get; set; } } }