CeDo
2021-05-24 2e2126c6d4a788d994a006152f165b7ac7165882
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComMngVaccinesEnrollRecordDO.java
@@ -58,6 +58,36 @@
    private Integer familyUserType;
    /**
     * 姓名
     */
    private String name;
    /**
     * 年龄
     */
    private Integer age;
    /**
     * 手机号
     */
    private String phone;
    /**
     * 身份证号码
     */
    private String idCard;
    /**
     * 性别(1.男 2.女)
     */
    private Integer sex;
    /**
     * 社区id
     */
    private Long communityId;
    /**
     * 报名类型(1.小程序用户  2.小程序家庭成员)
     */
    public interface familyUserType{