CeDo
2021-04-17 9e5fc994204fe9b846b212510f5b2bb792aaaf51
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComShopUserAddressDO.java
@@ -111,4 +111,12 @@
                ", updateAt=" + updateAt +
                "}";
    }
    /**
     * 是否是默认地址(1.是  2.否)
     */
    public interface isDefault{
        int yes = 1;
        int no = 2;
    }
}