huanghongfa
2021-04-17 eb261d529b71f922cb78971ab0b329f6c323a9bf
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;
    }
}