huanghongfa
2021-09-18 1bdf65c233cec031faf169bca2b2e18595d777c4
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComPensionAuthPensionerDO.java
@@ -74,11 +74,11 @@
    /**
     * 是否养老登记(1.是  0.否)
     */
    private Boolean isRegister;
    private Integer isRegister;
    /**
     * 是否健在(1.是  0.否)
     */
    private Boolean isAlive;
    private Integer isAlive;
    /**
     * 居住地址
     */
@@ -108,6 +108,14 @@
     */
    private Long updateBy;
    /**
     * 是否枚举(1.是 0.否)
     */
    public interface isOk{
        int yes = 1;
        int no = 0;
    }
    @Override
    public String toString() {
        return "ComPensionAuthPensionerDO{" +