xiaoyong931011
2023-08-19 911a23e33dc9e5252f9d31a88c0b2ab350e2e358
src/main/java/cc/mrbird/febs/dapp/entity/MallAddressInfo.java
@@ -14,4 +14,7 @@
        private String area;
        private String address;
        private Integer isDefault;
        private Integer isYour;
        public static final Integer IS_YOUR_Y = 1;
        public static final Integer IS_YOUR_N = 2;
}