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