jinpengyong
2021-04-07 923510deed8c991823db60dbd430bf18d78b98cb
screen-api/src/main/java/com/moral/api/entity/Organization.java
@@ -15,7 +15,7 @@
 * </p>
 *
 * @author moral
 * @since 2021-03-09
 * @since 2021-04-06
 */
@Data
@EqualsAndHashCode(callSuper = false)
@@ -50,29 +50,39 @@
    private Integer provinceCode;
    /**
     * 省份名称
     */
    private String provinceName;
    /**
     * 城市代码
     */
    private Integer cityCode;
    /**
     * 县代码
     * 城市名称
     */
    private String cityName;
    /**
     * 区代码
     */
    private Integer areaCode;
    /**
     * 镇代码
     * 区名称
     */
    private Long townCode;
    private String areaName;
    /**
     * 街道代码
     * 地图定位级别码
     */
    private Long villageCode;
    private Integer locationLevelCode;
    /**
     * 地图定位级别 provincd_code city_code ......
     * 地图定位级别名称
     */
    private String locationLevel;
    private String locationLevelName;
    /**
     * 地址