using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Waste.Domain; namespace Waste.Application { /// /// 地址列表 /// public class CityListModel : W_AreaInfo { public List children { get; set; } } }