- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace TEAMModelOS.Model.Core
- {
- public class FindSchoolByCode
- {
- public string CountryId { get; set; }//国家
- public string ProvinceId { get; set; }//省份
- public string CityId { get; set; }//城市
- }
- }
|