xiaoyong931011
2023-09-20 8f85e6917bf3a80bbe8f5531585c7c5d69e0309b
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;
}