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,11 @@ 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; private String countryName; }