管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-11-20 cb866ee06ab67de4db3e996250a2ad620962fd20
src/main/java/com/lf/server/entity/bd/Dlg25wLrdlEntity.java
@@ -18,13 +18,10 @@
@AllArgsConstructor
@TableName("bd.dlg_25w_lrdl")
public class Dlg25wLrdlEntity implements Serializable {
    private static final long serialVersionUID = 327909621562766656L;
    private static final long serialVersionUID = 240106658656199776L;
    @TableId(type = IdType.AUTO)
    private Integer gid;
    @TableField(select = false)
    private BigDecimal shapeLeng;
    private String rn;
@@ -32,13 +29,13 @@
    private String rteg;
    private String lx;
    private String type;
    private String gb;
    private String bsm;
    private String eventid;
    private String unit;
    private String maptile;
    @TableField(select = false)
    private String geom;
@@ -52,14 +49,6 @@
    public void setGid(Integer gid) {
        this.gid = gid;
    }
    public BigDecimal getShapeLeng() {
        return shapeLeng;
    }
    public void setShapeLeng(BigDecimal shapeLeng) {
        this.shapeLeng = shapeLeng;
    }
    public String getRn() {
@@ -86,12 +75,12 @@
        this.rteg = rteg;
    }
    public String getLx() {
        return lx;
    public String getType() {
        return type;
    }
    public void setLx(String lx) {
        this.lx = lx;
    public void setType(String type) {
        this.type = type;
    }
    public String getGb() {
@@ -102,20 +91,20 @@
        this.gb = gb;
    }
    public String getBsm() {
        return bsm;
    public String getEventid() {
        return eventid;
    }
    public void setBsm(String bsm) {
        this.bsm = bsm;
    public void setEventid(String eventid) {
        this.eventid = eventid;
    }
    public String getUnit() {
        return unit;
    public String getMaptile() {
        return maptile;
    }
    public void setUnit(String unit) {
        this.unit = unit;
    public void setMaptile(String maptile) {
        this.maptile = maptile;
    }
    public String getGeom() {