/// <summary> /// 获取装机区域 /// </summary> /// <returns></returns> public List <KeyValueModel> GetPoctRegion() { return(dal.GetPoctRegion()); }