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