| | |
| | | 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 |
| | |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "ComDisabilityPopulationDO{" + |
| | | "id=" + id + |
| | | ", populationId=" + populationId + |
| | | ", streetId=" + streetId + |
| | | ", communityId=" + communityId + |
| | | ", name=" + name + |
| | | ", cardNo=" + cardNo + |
| | | ", phone=" + phone + |
| | | ", certificateSituation=" + certificateSituation + |
| | | ", disType=" + disType + |
| | | ", disLevel=" + disLevel + |
| | | ", remark=" + remark + |
| | | ", createAt=" + createAt + |
| | | ", createBy=" + createBy + |
| | | ", updateAt=" + updateAt + |
| | | ", updateBy=" + updateBy + |
| | | "}"; |
| | | return "ComDisabilityPopulationDO{" + "id=" + id + ", populationId=" + populationId + ", streetId=" + streetId |
| | | + ", communityId=" + communityId + ", name=" + name + ", cardNo=" + cardNo + ", phone=" + phone |
| | | + ", certificateSituation=" + certificateSituation + ", disType=" + disType + ", disLevel=" + disLevel |
| | | + ", remark=" + remark + ", createAt=" + createAt + ", createBy=" + createBy + ", updateAt=" + updateAt |
| | | + ", updateBy=" + updateBy + "}"; |
| | | } |
| | | } |