101captain
2021-11-11 78d1c9ee9b0c49f77c29d0535cb93c6d62c42f3a
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComPensionAuthPensionerDO.java
@@ -58,7 +58,7 @@
    /**
     * 性别
     */
    private String sex;
    private Integer sex;
    /**
     * 年龄
     */
@@ -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{" +