From 8687c731f70e6d74c250cc3ad09b4e7842016349 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 20 二月 2023 12:01:30 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/entity/bs/McrossingEntity.java        |  355 +++++++++++++++++++++++
 src/main/java/com/lf/server/mapper/bs/MsitepointMapper.java       |   15 +
 src/main/java/com/lf/server/mapper/bs/McrossingMapper.java        |   15 +
 src/main/java/com/lf/server/mapper/bs/Msitepoint0Mapper.java      |   15 +
 src/main/java/com/lf/server/entity/bs/MsitepointEntity.java       |  205 +++++++++++++
 src/main/java/com/lf/server/mapper/bs/MvalvehousepointMapper.java |   15 +
 src/main/java/com/lf/server/entity/bs/Msitepoint0Entity.java      |   45 +++
 src/main/java/com/lf/server/entity/bs/MvalvehousepointEntity.java |  205 +++++++++++++
 8 files changed, 870 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/lf/server/entity/bs/McrossingEntity.java b/src/main/java/com/lf/server/entity/bs/McrossingEntity.java
new file mode 100644
index 0000000..1672f57
--- /dev/null
+++ b/src/main/java/com/lf/server/entity/bs/McrossingEntity.java
@@ -0,0 +1,355 @@
+package com.lf.server.entity.bs;
+
+import com.baomidou.mybatisplus.annotation.TableField;
+import com.baomidou.mybatisplus.annotation.TableName;
+import com.lf.server.entity.all.BaseGeoEntity;
+import lombok.*;
+
+import java.math.BigDecimal;
+import java.sql.Timestamp;
+import java.time.LocalDate;
+
+/**
+ * Mcrossing
+ * @author WWW
+ */
+@Data
+@AllArgsConstructor
+@TableName("bs.m_crossing")
+@EqualsAndHashCode(callSuper = false)
+public class McrossingEntity extends BaseGeoEntity {
+    private static final long serialVersionUID = 80352630969301168L;
+
+    private BigDecimal x;
+
+    private BigDecimal y;
+
+    private BigDecimal elev;
+
+    private String segname;
+
+    private String projname;
+
+    private String pipename;
+
+    private String belongs;
+
+    private String belongsid;
+
+    private String datastatus;
+
+    private String remarks;
+
+    private String version;
+
+    private String datastage;
+
+    private String concompany;
+
+    private String croproname;
+
+    private String crotype;
+
+    private String cromode;
+
+    private String soilprop;
+
+    private BigDecimal croclearh;
+
+    private String stmeasures;
+
+    private BigDecimal crodepth;
+
+    private String cordesc;
+
+    private String croangle;
+
+    private BigDecimal crolength;
+
+    private String begnumber;
+
+    private String endnumber;
+
+    private BigDecimal begcpvalue;
+
+    private BigDecimal endcpvalue;
+
+    private BigDecimal beginlat;
+
+    private BigDecimal beginlon;
+
+    private BigDecimal beginelev;
+
+    private BigDecimal endlat;
+
+    private BigDecimal endlon;
+
+    private BigDecimal endelev;
+
+    public McrossingEntity() {
+    }
+
+    public BigDecimal getX() {
+        return x;
+    }
+
+    public void setX(BigDecimal x) {
+        this.x = x;
+    }
+
+    public BigDecimal getY() {
+        return y;
+    }
+
+    public void setY(BigDecimal y) {
+        this.y = y;
+    }
+
+    public BigDecimal getElev() {
+        return elev;
+    }
+
+    public void setElev(BigDecimal elev) {
+        this.elev = elev;
+    }
+
+    public String getSegname() {
+        return segname;
+    }
+
+    public void setSegname(String segname) {
+        this.segname = segname;
+    }
+
+    public String getProjname() {
+        return projname;
+    }
+
+    public void setProjname(String projname) {
+        this.projname = projname;
+    }
+
+    public String getPipename() {
+        return pipename;
+    }
+
+    public void setPipename(String pipename) {
+        this.pipename = pipename;
+    }
+
+    public String getBelongs() {
+        return belongs;
+    }
+
+    public void setBelongs(String belongs) {
+        this.belongs = belongs;
+    }
+
+    public String getBelongsid() {
+        return belongsid;
+    }
+
+    public void setBelongsid(String belongsid) {
+        this.belongsid = belongsid;
+    }
+
+    public String getDatastatus() {
+        return datastatus;
+    }
+
+    public void setDatastatus(String datastatus) {
+        this.datastatus = datastatus;
+    }
+
+    public String getRemarks() {
+        return remarks;
+    }
+
+    public void setRemarks(String remarks) {
+        this.remarks = remarks;
+    }
+
+    public String getVersion() {
+        return version;
+    }
+
+    public void setVersion(String version) {
+        this.version = version;
+    }
+
+    public String getDatastage() {
+        return datastage;
+    }
+
+    public void setDatastage(String datastage) {
+        this.datastage = datastage;
+    }
+
+    public String getConcompany() {
+        return concompany;
+    }
+
+    public void setConcompany(String concompany) {
+        this.concompany = concompany;
+    }
+
+    public String getCroproname() {
+        return croproname;
+    }
+
+    public void setCroproname(String croproname) {
+        this.croproname = croproname;
+    }
+
+    public String getCrotype() {
+        return crotype;
+    }
+
+    public void setCrotype(String crotype) {
+        this.crotype = crotype;
+    }
+
+    public String getCromode() {
+        return cromode;
+    }
+
+    public void setCromode(String cromode) {
+        this.cromode = cromode;
+    }
+
+    public String getSoilprop() {
+        return soilprop;
+    }
+
+    public void setSoilprop(String soilprop) {
+        this.soilprop = soilprop;
+    }
+
+    public BigDecimal getCroclearh() {
+        return croclearh;
+    }
+
+    public void setCroclearh(BigDecimal croclearh) {
+        this.croclearh = croclearh;
+    }
+
+    public String getStmeasures() {
+        return stmeasures;
+    }
+
+    public void setStmeasures(String stmeasures) {
+        this.stmeasures = stmeasures;
+    }
+
+    public BigDecimal getCrodepth() {
+        return crodepth;
+    }
+
+    public void setCrodepth(BigDecimal crodepth) {
+        this.crodepth = crodepth;
+    }
+
+    public String getCordesc() {
+        return cordesc;
+    }
+
+    public void setCordesc(String cordesc) {
+        this.cordesc = cordesc;
+    }
+
+    public String getCroangle() {
+        return croangle;
+    }
+
+    public void setCroangle(String croangle) {
+        this.croangle = croangle;
+    }
+
+    public BigDecimal getCrolength() {
+        return crolength;
+    }
+
+    public void setCrolength(BigDecimal crolength) {
+        this.crolength = crolength;
+    }
+
+    public String getBegnumber() {
+        return begnumber;
+    }
+
+    public void setBegnumber(String begnumber) {
+        this.begnumber = begnumber;
+    }
+
+    public String getEndnumber() {
+        return endnumber;
+    }
+
+    public void setEndnumber(String endnumber) {
+        this.endnumber = endnumber;
+    }
+
+    public BigDecimal getBegcpvalue() {
+        return begcpvalue;
+    }
+
+    public void setBegcpvalue(BigDecimal begcpvalue) {
+        this.begcpvalue = begcpvalue;
+    }
+
+    public BigDecimal getEndcpvalue() {
+        return endcpvalue;
+    }
+
+    public void setEndcpvalue(BigDecimal endcpvalue) {
+        this.endcpvalue = endcpvalue;
+    }
+
+    public BigDecimal getBeginlat() {
+        return beginlat;
+    }
+
+    public void setBeginlat(BigDecimal beginlat) {
+        this.beginlat = beginlat;
+    }
+
+    public BigDecimal getBeginlon() {
+        return beginlon;
+    }
+
+    public void setBeginlon(BigDecimal beginlon) {
+        this.beginlon = beginlon;
+    }
+
+    public BigDecimal getBeginelev() {
+        return beginelev;
+    }
+
+    public void setBeginelev(BigDecimal beginelev) {
+        this.beginelev = beginelev;
+    }
+
+    public BigDecimal getEndlat() {
+        return endlat;
+    }
+
+    public void setEndlat(BigDecimal endlat) {
+        this.endlat = endlat;
+    }
+
+    public BigDecimal getEndlon() {
+        return endlon;
+    }
+
+    public void setEndlon(BigDecimal endlon) {
+        this.endlon = endlon;
+    }
+
+    public BigDecimal getEndelev() {
+        return endelev;
+    }
+
+    public void setEndelev(BigDecimal endelev) {
+        this.endelev = endelev;
+    }
+}
diff --git a/src/main/java/com/lf/server/entity/bs/Msitepoint0Entity.java b/src/main/java/com/lf/server/entity/bs/Msitepoint0Entity.java
new file mode 100644
index 0000000..eacae64
--- /dev/null
+++ b/src/main/java/com/lf/server/entity/bs/Msitepoint0Entity.java
@@ -0,0 +1,45 @@
+package com.lf.server.entity.bs;
+
+import com.baomidou.mybatisplus.annotation.TableField;
+import com.baomidou.mybatisplus.annotation.TableName;
+import com.lf.server.entity.all.BaseGeoEntity;
+import lombok.*;
+
+import java.math.BigDecimal;
+import java.sql.Timestamp;
+import java.time.LocalDate;
+
+/**
+ * Msitepoint0
+ * @author WWW
+ */
+@Data
+@AllArgsConstructor
+@TableName("bs.m_sitepoint0")
+@EqualsAndHashCode(callSuper = false)
+public class Msitepoint0Entity extends BaseGeoEntity {
+    private static final long serialVersionUID = 721547603943174528L;
+
+    private String pipename;
+
+    private String sitename;
+
+    public Msitepoint0Entity() {
+    }
+
+    public String getPipename() {
+        return pipename;
+    }
+
+    public void setPipename(String pipename) {
+        this.pipename = pipename;
+    }
+
+    public String getSitename() {
+        return sitename;
+    }
+
+    public void setSitename(String sitename) {
+        this.sitename = sitename;
+    }
+}
diff --git a/src/main/java/com/lf/server/entity/bs/MsitepointEntity.java b/src/main/java/com/lf/server/entity/bs/MsitepointEntity.java
new file mode 100644
index 0000000..dc3ef61
--- /dev/null
+++ b/src/main/java/com/lf/server/entity/bs/MsitepointEntity.java
@@ -0,0 +1,205 @@
+package com.lf.server.entity.bs;
+
+import com.baomidou.mybatisplus.annotation.TableField;
+import com.baomidou.mybatisplus.annotation.TableName;
+import com.lf.server.entity.all.BaseGeoEntity;
+import lombok.*;
+
+import java.math.BigDecimal;
+import java.sql.Timestamp;
+import java.time.LocalDate;
+
+/**
+ * Msitepoint
+ * @author WWW
+ */
+@Data
+@AllArgsConstructor
+@TableName("bs.m_sitepoint")
+@EqualsAndHashCode(callSuper = false)
+public class MsitepointEntity extends BaseGeoEntity {
+    private static final long serialVersionUID = 721547603943174528L;
+
+    private BigDecimal x;
+
+    private BigDecimal y;
+
+    private BigDecimal elev;
+
+    private String segname;
+
+    private String projname;
+
+    private String pipename;
+
+    private String belongs;
+
+    private String belongsid;
+
+    private String datastatus;
+
+    private String remarks;
+
+    private String version;
+
+    private String datastage;
+
+    private String sitename;
+
+    private String sitedesc;
+
+    private String sitetype;
+
+    private String location;
+
+    private String principal;
+
+    private LocalDate useddate;
+
+    public MsitepointEntity() {
+    }
+
+    public BigDecimal getX() {
+        return x;
+    }
+
+    public void setX(BigDecimal x) {
+        this.x = x;
+    }
+
+    public BigDecimal getY() {
+        return y;
+    }
+
+    public void setY(BigDecimal y) {
+        this.y = y;
+    }
+
+    public BigDecimal getElev() {
+        return elev;
+    }
+
+    public void setElev(BigDecimal elev) {
+        this.elev = elev;
+    }
+
+    public String getSegname() {
+        return segname;
+    }
+
+    public void setSegname(String segname) {
+        this.segname = segname;
+    }
+
+    public String getProjname() {
+        return projname;
+    }
+
+    public void setProjname(String projname) {
+        this.projname = projname;
+    }
+
+    public String getPipename() {
+        return pipename;
+    }
+
+    public void setPipename(String pipename) {
+        this.pipename = pipename;
+    }
+
+    public String getBelongs() {
+        return belongs;
+    }
+
+    public void setBelongs(String belongs) {
+        this.belongs = belongs;
+    }
+
+    public String getBelongsid() {
+        return belongsid;
+    }
+
+    public void setBelongsid(String belongsid) {
+        this.belongsid = belongsid;
+    }
+
+    public String getDatastatus() {
+        return datastatus;
+    }
+
+    public void setDatastatus(String datastatus) {
+        this.datastatus = datastatus;
+    }
+
+    public String getRemarks() {
+        return remarks;
+    }
+
+    public void setRemarks(String remarks) {
+        this.remarks = remarks;
+    }
+
+    public String getVersion() {
+        return version;
+    }
+
+    public void setVersion(String version) {
+        this.version = version;
+    }
+
+    public String getDatastage() {
+        return datastage;
+    }
+
+    public void setDatastage(String datastage) {
+        this.datastage = datastage;
+    }
+
+    public String getSitename() {
+        return sitename;
+    }
+
+    public void setSitename(String sitename) {
+        this.sitename = sitename;
+    }
+
+    public String getSitedesc() {
+        return sitedesc;
+    }
+
+    public void setSitedesc(String sitedesc) {
+        this.sitedesc = sitedesc;
+    }
+
+    public String getSitetype() {
+        return sitetype;
+    }
+
+    public void setSitetype(String sitetype) {
+        this.sitetype = sitetype;
+    }
+
+    public String getLocation() {
+        return location;
+    }
+
+    public void setLocation(String location) {
+        this.location = location;
+    }
+
+    public String getPrincipal() {
+        return principal;
+    }
+
+    public void setPrincipal(String principal) {
+        this.principal = principal;
+    }
+
+    public LocalDate getUseddate() {
+        return useddate;
+    }
+
+    public void setUseddate(LocalDate useddate) {
+        this.useddate = useddate;
+    }
+}
diff --git a/src/main/java/com/lf/server/entity/bs/MvalvehousepointEntity.java b/src/main/java/com/lf/server/entity/bs/MvalvehousepointEntity.java
new file mode 100644
index 0000000..484335e
--- /dev/null
+++ b/src/main/java/com/lf/server/entity/bs/MvalvehousepointEntity.java
@@ -0,0 +1,205 @@
+package com.lf.server.entity.bs;
+
+import com.baomidou.mybatisplus.annotation.TableField;
+import com.baomidou.mybatisplus.annotation.TableName;
+import com.lf.server.entity.all.BaseGeoEntity;
+import lombok.*;
+
+import java.math.BigDecimal;
+import java.sql.Timestamp;
+import java.time.LocalDate;
+
+/**
+ * Mvalvehousepoint
+ * @author WWW
+ */
+@Data
+@AllArgsConstructor
+@TableName("bs.m_valvehousepoint")
+@EqualsAndHashCode(callSuper = false)
+public class MvalvehousepointEntity extends BaseGeoEntity {
+    private static final long serialVersionUID = 721547603943174528L;
+
+    private BigDecimal x;
+
+    private BigDecimal y;
+
+    private BigDecimal elev;
+
+    private String segname;
+
+    private String projname;
+
+    private String pipename;
+
+    private String belongs;
+
+    private String belongsid;
+
+    private String datastatus;
+
+    private String remarks;
+
+    private String version;
+
+    private String datastage;
+
+    private String valvehname;
+
+    private String valvehdesc;
+
+    private String valvehtype;
+
+    private String location;
+
+    private String principal;
+
+    private LocalDate useddate;
+
+    public MvalvehousepointEntity() {
+    }
+
+    public BigDecimal getX() {
+        return x;
+    }
+
+    public void setX(BigDecimal x) {
+        this.x = x;
+    }
+
+    public BigDecimal getY() {
+        return y;
+    }
+
+    public void setY(BigDecimal y) {
+        this.y = y;
+    }
+
+    public BigDecimal getElev() {
+        return elev;
+    }
+
+    public void setElev(BigDecimal elev) {
+        this.elev = elev;
+    }
+
+    public String getSegname() {
+        return segname;
+    }
+
+    public void setSegname(String segname) {
+        this.segname = segname;
+    }
+
+    public String getProjname() {
+        return projname;
+    }
+
+    public void setProjname(String projname) {
+        this.projname = projname;
+    }
+
+    public String getPipename() {
+        return pipename;
+    }
+
+    public void setPipename(String pipename) {
+        this.pipename = pipename;
+    }
+
+    public String getBelongs() {
+        return belongs;
+    }
+
+    public void setBelongs(String belongs) {
+        this.belongs = belongs;
+    }
+
+    public String getBelongsid() {
+        return belongsid;
+    }
+
+    public void setBelongsid(String belongsid) {
+        this.belongsid = belongsid;
+    }
+
+    public String getDatastatus() {
+        return datastatus;
+    }
+
+    public void setDatastatus(String datastatus) {
+        this.datastatus = datastatus;
+    }
+
+    public String getRemarks() {
+        return remarks;
+    }
+
+    public void setRemarks(String remarks) {
+        this.remarks = remarks;
+    }
+
+    public String getVersion() {
+        return version;
+    }
+
+    public void setVersion(String version) {
+        this.version = version;
+    }
+
+    public String getDatastage() {
+        return datastage;
+    }
+
+    public void setDatastage(String datastage) {
+        this.datastage = datastage;
+    }
+
+    public String getValvehname() {
+        return valvehname;
+    }
+
+    public void setValvehname(String valvehname) {
+        this.valvehname = valvehname;
+    }
+
+    public String getValvehdesc() {
+        return valvehdesc;
+    }
+
+    public void setValvehdesc(String valvehdesc) {
+        this.valvehdesc = valvehdesc;
+    }
+
+    public String getValvehtype() {
+        return valvehtype;
+    }
+
+    public void setValvehtype(String valvehtype) {
+        this.valvehtype = valvehtype;
+    }
+
+    public String getLocation() {
+        return location;
+    }
+
+    public void setLocation(String location) {
+        this.location = location;
+    }
+
+    public String getPrincipal() {
+        return principal;
+    }
+
+    public void setPrincipal(String principal) {
+        this.principal = principal;
+    }
+
+    public LocalDate getUseddate() {
+        return useddate;
+    }
+
+    public void setUseddate(LocalDate useddate) {
+        this.useddate = useddate;
+    }
+}
diff --git a/src/main/java/com/lf/server/mapper/bs/McrossingMapper.java b/src/main/java/com/lf/server/mapper/bs/McrossingMapper.java
new file mode 100644
index 0000000..588771a
--- /dev/null
+++ b/src/main/java/com/lf/server/mapper/bs/McrossingMapper.java
@@ -0,0 +1,15 @@
+package com.lf.server.mapper.bs;
+
+import com.lf.server.entity.bs.McrossingEntity;
+import com.lf.server.mapper.all.GeomBaseMapper;
+import org.apache.ibatis.annotations.Mapper;
+import org.springframework.stereotype.Repository;
+
+/**
+ * Mcrossing
+ * @author WWW
+ */
+@Mapper
+@Repository
+public interface McrossingMapper extends GeomBaseMapper<McrossingEntity> {
+}
diff --git a/src/main/java/com/lf/server/mapper/bs/Msitepoint0Mapper.java b/src/main/java/com/lf/server/mapper/bs/Msitepoint0Mapper.java
new file mode 100644
index 0000000..c1c3b36
--- /dev/null
+++ b/src/main/java/com/lf/server/mapper/bs/Msitepoint0Mapper.java
@@ -0,0 +1,15 @@
+package com.lf.server.mapper.bs;
+
+import com.lf.server.entity.bs.Msitepoint0Entity;
+import com.lf.server.mapper.all.GeomBaseMapper;
+import org.apache.ibatis.annotations.Mapper;
+import org.springframework.stereotype.Repository;
+
+/**
+ * Msitepoint0
+ * @author WWW
+ */
+@Mapper
+@Repository
+public interface Msitepoint0Mapper extends GeomBaseMapper<Msitepoint0Entity> {
+}
diff --git a/src/main/java/com/lf/server/mapper/bs/MsitepointMapper.java b/src/main/java/com/lf/server/mapper/bs/MsitepointMapper.java
new file mode 100644
index 0000000..9e7f1cb
--- /dev/null
+++ b/src/main/java/com/lf/server/mapper/bs/MsitepointMapper.java
@@ -0,0 +1,15 @@
+package com.lf.server.mapper.bs;
+
+import com.lf.server.entity.bs.MsitepointEntity;
+import com.lf.server.mapper.all.GeomBaseMapper;
+import org.apache.ibatis.annotations.Mapper;
+import org.springframework.stereotype.Repository;
+
+/**
+ * Msitepoint
+ * @author WWW
+ */
+@Mapper
+@Repository
+public interface MsitepointMapper extends GeomBaseMapper<MsitepointEntity> {
+}
diff --git a/src/main/java/com/lf/server/mapper/bs/MvalvehousepointMapper.java b/src/main/java/com/lf/server/mapper/bs/MvalvehousepointMapper.java
new file mode 100644
index 0000000..54dd941
--- /dev/null
+++ b/src/main/java/com/lf/server/mapper/bs/MvalvehousepointMapper.java
@@ -0,0 +1,15 @@
+package com.lf.server.mapper.bs;
+
+import com.lf.server.entity.bs.MvalvehousepointEntity;
+import com.lf.server.mapper.all.GeomBaseMapper;
+import org.apache.ibatis.annotations.Mapper;
+import org.springframework.stereotype.Repository;
+
+/**
+ * Mvalvehousepoint
+ * @author WWW
+ */
+@Mapper
+@Repository
+public interface MvalvehousepointMapper extends GeomBaseMapper<MvalvehousepointEntity> {
+}

--
Gitblit v1.9.3