| | |
| | | @TableName("bs.s_explorationpoint") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class SexplorationpointEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 721547603943174528L; |
| | | private static final long serialVersionUID = 703652980133729536L; |
| | | |
| | | private String exppointid; |
| | | |
| | |
| | | private String version; |
| | | |
| | | private String datastage; |
| | | |
| | | private String dataname; |
| | | |
| | | public SexplorationpointEntity() { |
| | | } |
| | |
| | | public void setDatastage(String datastage) { |
| | | this.datastage = datastage; |
| | | } |
| | | |
| | | public String getDataname() { |
| | | return dataname; |
| | | } |
| | | |
| | | public void setDataname(String dataname) { |
| | | this.dataname = dataname; |
| | | } |
| | | } |