| | |
| | | @AllArgsConstructor |
| | | @TableName("mn.geo_section_line") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | @SuppressWarnings("AlibabaLowerCamelCaseVariableNaming") |
| | | public class GeosectionlineEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 903329222883716736L; |
| | | private static final long serialVersionUID = 440832093097657024L; |
| | | |
| | | private String sectname; |
| | | |
| | | private String start_pcode; |
| | | private String startPcode; |
| | | |
| | | private String trun_pcode; |
| | | private String trunPcode; |
| | | |
| | | private String end_pcode; |
| | | private String endPcode; |
| | | |
| | | private String angle; |
| | | |
| | |
| | | public GeosectionlineEntity() { |
| | | } |
| | | |
| | | public String getsectname() { |
| | | public String getSectname() { |
| | | return sectname; |
| | | } |
| | | |
| | | public void setsectname(String sectname) { |
| | | public void setSectname(String sectname) { |
| | | this.sectname = sectname; |
| | | } |
| | | |
| | | public String getstart_pcode() { |
| | | return start_pcode; |
| | | public String getStartPcode() { |
| | | return startPcode; |
| | | } |
| | | |
| | | public void setstart_pcode(String start_pcode) { |
| | | this.start_pcode = start_pcode; |
| | | public void setStartPcode(String startPcode) { |
| | | this.startPcode = startPcode; |
| | | } |
| | | |
| | | public String gettrun_pcode() { |
| | | return trun_pcode; |
| | | public String getTrunPcode() { |
| | | return trunPcode; |
| | | } |
| | | |
| | | public void settrun_pcode(String trun_pcode) { |
| | | this.trun_pcode = trun_pcode; |
| | | public void setTrunPcode(String trunPcode) { |
| | | this.trunPcode = trunPcode; |
| | | } |
| | | |
| | | public String getend_pcode() { |
| | | return end_pcode; |
| | | public String getEndPcode() { |
| | | return endPcode; |
| | | } |
| | | |
| | | public void setend_pcode(String end_pcode) { |
| | | this.end_pcode = end_pcode; |
| | | public void setEndPcode(String endPcode) { |
| | | this.endPcode = endPcode; |
| | | } |
| | | |
| | | public String getangle() { |
| | | public String getAngle() { |
| | | return angle; |
| | | } |
| | | |
| | | public void setangle(String angle) { |
| | | public void setAngle(String angle) { |
| | | this.angle = angle; |
| | | } |
| | | |
| | | public String getdatastatus() { |
| | | public String getDatastatus() { |
| | | return datastatus; |
| | | } |
| | | |
| | | public void setdatastatus(String datastatus) { |
| | | public void setDatastatus(String datastatus) { |
| | | this.datastatus = datastatus; |
| | | } |
| | | |
| | | public String getremarks() { |
| | | public String getRemarks() { |
| | | return remarks; |
| | | } |
| | | |
| | | public void setremarks(String remarks) { |
| | | public void setRemarks(String remarks) { |
| | | this.remarks = remarks; |
| | | } |
| | | |
| | | public String getversion() { |
| | | public String getVersion() { |
| | | return version; |
| | | } |
| | | |
| | | public void setversion(String version) { |
| | | public void setVersion(String version) { |
| | | this.version = version; |
| | | } |
| | | |
| | | public String getdatastage() { |
| | | public String getDatastage() { |
| | | return datastage; |
| | | } |
| | | |
| | | public void setdatastage(String datastage) { |
| | | public void setDatastage(String datastage) { |
| | | this.datastage = datastage; |
| | | } |
| | | } |