/// <summary> /// 区域层级 /// </summary> public string GetRegionLeveStr() { return(string.Join(",", RegionList.Select(x => "'" + x + "'"))); }