Administrator
8 days ago 7b2401c03d30dc5c7b3d2af679d52843ffcd39bb
src/main/java/cc/mrbird/febs/mall/entity/MallAddressInfo.java
@@ -14,12 +14,15 @@
    private String name;
    private String fristName;
    private String phone;
    private String postcode;
    private Long memberId;
    /**
     * 地区 省市区
     * 地区
     */
    private String area;
@@ -44,5 +47,10 @@
    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;
    private String country;
}