KKSU
2024-05-11 dcc9e23af5cc800768dfa7802be5962862598a1d
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;
}