CeDo
2021-04-22 037507bbe28ab8093c8cb20b4af85888f67be65a
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;
    }
}