jinpengyong
2020-12-23 8fb013a6d6707929799e9f7a8a82f311cbca29ae
src/main/java/com/moral/entity/WebCity.java
@@ -15,4 +15,11 @@
    private Integer provinceCode;
    private List<Area> areas;
    public WebCity(Integer cityCode, String cityName, Integer provinceCode, List<Area> areas) {
        this.cityCode = cityCode;
        this.cityName = cityName;
        this.provinceCode = provinceCode;
        this.areas = areas;
    }
}