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