| | |
| | | package com.panzhihua.service_community.model.dos; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | |
| | | import lombok.Data; |
| | | |
| | | /** |
| | | * @auther lyq |
| | |
| | | private Date updateAt; |
| | | |
| | | /** |
| | | * 报名类型(1.小程序用户 2.小程序家庭成员) |
| | | * 报名类型(1.小程序用户 2.小程序家庭成员) |
| | | */ |
| | | private Integer familyUserType; |
| | | |
| | |
| | | */ |
| | | private Long communityId; |
| | | |
| | | /** |
| | | * 报名类型(1.小程序用户 2.小程序家庭成员) |
| | | */ |
| | | public interface familyUserType{ |
| | | int mini = 1; |
| | | int family = 2; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "ComMngVaccinesEnrollRecordDO{" + |
| | | "id=" + id + |
| | | ", type=" + type + |
| | | ", userId=" + userId + |
| | | ", familyUserId=" + familyUserId + |
| | | ", createAt=" + createAt + |
| | | ", updateAt=" + updateAt + |
| | | "}"; |
| | | return "ComMngVaccinesEnrollRecordDO{" + "id=" + id + ", type=" + type + ", userId=" + userId |
| | | + ", familyUserId=" + familyUserId + ", createAt=" + createAt + ", updateAt=" + updateAt + "}"; |
| | | } |
| | | |
| | | /** |
| | | * 报名类型(1.小程序用户 2.小程序家庭成员) |
| | | */ |
| | | public interface familyUserType { |
| | | int mini = 1; |
| | | int family = 2; |
| | | } |
| | | } |