| | |
| | | @TableName("bs.s_survey_information") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class SsurveyinformationEntity extends BaseEntity { |
| | | private static final long serialVersionUID = 703652980133729536L; |
| | | private static final long serialVersionUID = 801105564833202176L; |
| | | |
| | | private String segname; |
| | | |
| | |
| | | private String datastatus; |
| | | |
| | | private String remarks; |
| | | |
| | | private String workname; |
| | | |
| | | public SsurveyinformationEntity() { |
| | | } |
| | |
| | | public void setRemarks(String remarks) { |
| | | this.remarks = remarks; |
| | | } |
| | | |
| | | public String getWorkname() { |
| | | return workname; |
| | | } |
| | | |
| | | public void setWorkname(String workname) { |
| | | this.workname = workname; |
| | | } |
| | | } |