管道基础大数据平台系统开发-【后端】-Server
13693261870
2023-08-24 a35420255f40c990841941fa32cc7c35209ef3b5
src/main/java/com/lf/server/entity/bs/SexplorationpointstratumEntity.java
@@ -18,7 +18,7 @@
@TableName("bs.s_explorationpointstratum")
@EqualsAndHashCode(callSuper = false)
public class SexplorationpointstratumEntity extends BaseEntity {
    private static final long serialVersionUID = 757752290348406912L;
    private static final long serialVersionUID = 637485277670195968L;
    private String pipename;
@@ -36,7 +36,7 @@
    private Double botdepth;
    private Double elev;
    private Double elevation;
    private String geoname;
@@ -123,12 +123,12 @@
        this.botdepth = botdepth;
    }
    public Double getElev() {
        return elev;
    public Double getElevation() {
        return elevation;
    }
    public void setElev(Double elev) {
        this.elev = elev;
    public void setElevation(Double elevation) {
        this.elevation = elevation;
    }
    public String getGeoname() {