/// <summary> /// 获取所有有效Area /// </summary> public static List <Area> GetAreaList() { return(CommonDA.GetAreaList()); }