xiaoyong931011
2023-09-04 5d16c166304f7386909cfb5909a7ead4fb3e09b9
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;
}