Result constructor
Result({})
Implementation
Result({
this.provinceId,
this.cityId,
this.areaId,
// 增加第4级(村/镇)选择
this.villageId,
this.provinceName,
this.cityName,
this.areaName,
// 增加第4级(村/镇)选择
this.villageName,
});