using System; using System.Collections.Generic; namespace MySystem.PxcModels2 { public partial class HaoDaAreaCode { public string CityName { get; set; } public string CityCode { get; set; } } }