KKSU
2025-01-03 7187a0f496f9b55f67f2be9bc3a111d3a1bc2d0b
src/main/java/cc/mrbird/febs/mall/entity/MallAddressInfo.java
@@ -19,7 +19,7 @@
    private Long memberId;
    /**
     * 地区 省市区
     * 地区
     */
    private String area;
@@ -44,5 +44,9 @@
    private Integer isDefault;
    public static final Integer IS_DEFAULT_Y = 1;
    public static final Integer IS_DEFAULT_N = 2;
    //省
    private String province;
    //市
    private String city;
}