| | |
| | | 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 "ComSentencePopulationDO{" + |
| | | "id=" + id + |
| | | ", populationId=" + populationId + |
| | | ", streetId=" + streetId + |
| | | ", communityId=" + communityId + |
| | | ", name=" + name + |
| | | ", cardNo=" + cardNo + |
| | | ", phone=" + phone + |
| | | ", spouse=" + spouse + |
| | | ", sentenceBegin=" + sentenceBegin + |
| | | ", sentenceEnd=" + sentenceEnd + |
| | | ", charge=" + charge + |
| | | ", remark=" + remark + |
| | | ", createAt=" + createAt + |
| | | ", createBy=" + createBy + |
| | | ", updateAt=" + updateAt + |
| | | ", updateBy=" + updateBy + |
| | | "}"; |
| | | return "ComSentencePopulationDO{" + "id=" + id + ", populationId=" + populationId + ", streetId=" + streetId |
| | | + ", communityId=" + communityId + ", name=" + name + ", cardNo=" + cardNo + ", phone=" + phone |
| | | + ", spouse=" + spouse + ", sentenceBegin=" + sentenceBegin + ", sentenceEnd=" + sentenceEnd + ", charge=" |
| | | + charge + ", remark=" + remark + ", createAt=" + createAt + ", createBy=" + createBy + ", updateAt=" |
| | | + updateAt + ", updateBy=" + updateBy + "}"; |
| | | } |
| | | } |