| | |
| | | package com.panzhihua.service_community.model.dos; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | |
| | | import lombok.Data; |
| | | |
| | | /** |
| | | * @auther lyq |
| | |
| | | private Date createAt; |
| | | |
| | | /** |
| | | * 接种用户类型(1.小程序用户 2.家庭成员用户 |
| | | * 接种用户类型(1.小程序用户 2.家庭成员用户 |
| | | */ |
| | | private Long userType; |
| | | |
| | |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "ComMngVaccinesInoculationRecordDO{" + |
| | | "id=" + id + |
| | | ", vaccines=" + vaccines + |
| | | ", userId=" + userId + |
| | | ", name=" + name + |
| | | ", sex=" + sex + |
| | | ", age=" + age + |
| | | ", phone=" + phone + |
| | | ", idCard=" + idCard + |
| | | ", dosage=" + dosage + |
| | | ", vaccinesCode=" + vaccinesCode + |
| | | ", medicalInstitution=" + medicalInstitution + |
| | | ", remark=" + remark + |
| | | ", inoculationAt=" + inoculationAt + |
| | | ", createAt=" + createAt + |
| | | "}"; |
| | | return "ComMngVaccinesInoculationRecordDO{" + "id=" + id + ", vaccines=" + vaccines + ", userId=" + userId |
| | | + ", name=" + name + ", sex=" + sex + ", age=" + age + ", phone=" + phone + ", idCard=" + idCard |
| | | + ", dosage=" + dosage + ", vaccinesCode=" + vaccinesCode + ", medicalInstitution=" + medicalInstitution |
| | | + ", remark=" + remark + ", inoculationAt=" + inoculationAt + ", createAt=" + createAt + "}"; |
| | | } |
| | | } |