管道基础大数据平台系统开发-【后端】-Server
13693261870
2025-07-02 ed8c7a5effd0d423ce1118b680ecdca6fe732609
src/main/java/com/lf/server/entity/bs/Dlg1wrfcpEntity.java
@@ -1,4 +1,4 @@
package com.lf.server.entity.bd;
package com.lf.server.entity.bs;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
@@ -7,6 +7,7 @@
import java.math.BigDecimal;
import java.sql.Timestamp;
import java.time.LocalDate;
/**
 * Dlg1wrfcp
@@ -14,16 +15,16 @@
 */
@Data
@AllArgsConstructor
@TableName("bd.dlg_1w_rfcp")
@TableName("bs.dlg_1w_rfcp")
@EqualsAndHashCode(callSuper = false)
public class Dlg1wrfcpEntity extends BaseGeoEntity {
    private static final long serialVersionUID = 198989089671051648L;
    private static final long serialVersionUID = 992988331705792000L;
    private String maptile;
    private String gb;
    private BigDecimal elev;
    private BigDecimal elevation;
    private String type;
@@ -56,12 +57,12 @@
        this.gb = gb;
    }
    public BigDecimal getElev() {
        return elev;
    public BigDecimal getElevation() {
        return elevation;
    }
    public void setElev(BigDecimal elev) {
        this.elev = elev;
    public void setElevation(BigDecimal elevation) {
        this.elevation = elevation;
    }
    public String getType() {