/// <summary> /// 得到一个对象实体 /// </summary> public Ncu.jsj.Model.City GetModel(int CityId) { return(dal.GetModel(CityId)); }