| | |
| | | package com.panzhihua.service_community.model.dos; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import com.panzhihua.common.model.helper.encrypt.EncryptDecryptClass; |
| | | import com.panzhihua.common.model.helper.encrypt.EncryptDecryptField; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import com.panzhihua.common.model.helper.encrypt.EncryptDecryptClass; |
| | | import com.panzhihua.common.model.helper.encrypt.EncryptDecryptField; |
| | | |
| | | import lombok.Data; |
| | | |
| | | /** |
| | | * @auther txb |
| | |
| | | /** |
| | | * 与人员关系 |
| | | */ |
| | | private Integer patientRelation; |
| | | private String patientRelation; |
| | | |
| | | /** |
| | | * 列管原因及类型 |
| | |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "ComRehabilitationPopulationDO{" + |
| | | "id=" + id + |
| | | ", populationId=" + populationId + |
| | | ", streetId=" + streetId + |
| | | ", communityId=" + communityId + |
| | | ", name=" + name + |
| | | ", cardNo=" + cardNo + |
| | | ", phone=" + phone + |
| | | ", patientRelation=" + patientRelation + |
| | | ", rehabReasonAndType=" + rehabReasonAndType + |
| | | ", isRehab=" + isRehab + |
| | | ", isRecidivist=" + isRecidivist + |
| | | ", originalTerm=" + originalTerm + |
| | | ", sentenceBegin=" + sentenceBegin + |
| | | ", originalCharge=" + originalCharge + |
| | | ", sentenceEnd=" + sentenceEnd + |
| | | ", sentencePlace=" + sentencePlace + |
| | | ", riskAssessment=" + riskAssessment + |
| | | ", joinDate=" + joinDate + |
| | | ", joinSituation=" + joinSituation + |
| | | ", isAgainCrime=" + isAgainCrime + |
| | | ", againCrimeName=" + againCrimeName + |
| | | ", placeSituation=" + placeSituation + |
| | | ", placeDate=" + placeDate + |
| | | ", notPlaceReason=" + notPlaceReason + |
| | | ", helpBegin=" + helpBegin + |
| | | ", helpEnd=" + helpEnd + |
| | | ", helpSituation=" + helpSituation + |
| | | ", remark=" + remark + |
| | | ", createAt=" + createAt + |
| | | ", createBy=" + createBy + |
| | | ", updateAt=" + updateAt + |
| | | ", updateBy=" + updateBy + |
| | | "}"; |
| | | return "ComRehabilitationPopulationDO{" + "id=" + id + ", populationId=" + populationId + ", streetId=" |
| | | + streetId + ", communityId=" + communityId + ", name=" + name + ", cardNo=" + cardNo + ", phone=" + phone |
| | | + ", patientRelation=" + patientRelation + ", rehabReasonAndType=" + rehabReasonAndType + ", isRehab=" |
| | | + isRehab + ", isRecidivist=" + isRecidivist + ", originalTerm=" + originalTerm + ", sentenceBegin=" |
| | | + sentenceBegin + ", originalCharge=" + originalCharge + ", sentenceEnd=" + sentenceEnd + ", sentencePlace=" |
| | | + sentencePlace + ", riskAssessment=" + riskAssessment + ", joinDate=" + joinDate + ", joinSituation=" |
| | | + joinSituation + ", isAgainCrime=" + isAgainCrime + ", againCrimeName=" + againCrimeName |
| | | + ", placeSituation=" + placeSituation + ", placeDate=" + placeDate + ", notPlaceReason=" + notPlaceReason |
| | | + ", helpBegin=" + helpBegin + ", helpEnd=" + helpEnd + ", helpSituation=" + helpSituation + ", remark=" |
| | | + remark + ", createAt=" + createAt + ", createBy=" + createBy + ", updateAt=" + updateAt + ", updateBy=" |
| | | + updateBy + "}"; |
| | | } |
| | | } |