From ed8c7a5effd0d423ce1118b680ecdca6fe732609 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 02 七月 2025 16:43:13 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.11.205:9000/r/P2022036_Service

---
 src/main/java/com/lf/server/entity/bd/BboreholeEntity.java |  405 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 405 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/lf/server/entity/bd/BboreholeEntity.java b/src/main/java/com/lf/server/entity/bd/BboreholeEntity.java
new file mode 100644
index 0000000..5cd8e02
--- /dev/null
+++ b/src/main/java/com/lf/server/entity/bd/BboreholeEntity.java
@@ -0,0 +1,405 @@
+package com.lf.server.entity.bd;
+
+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;
+
+/**
+ * Bborehole
+ * @author WWW
+ */
+@Data
+@AllArgsConstructor
+@TableName("bd.b_borehole")
+@EqualsAndHashCode(callSuper = false)
+public class BboreholeEntity extends BaseGeoEntity {
+    private static final long serialVersionUID = 822473019744489856L;
+
+    private String drilltype;
+
+    private String drillcode;
+
+    private String projname;
+
+    private String mminerals;
+
+    private String holedepth;
+
+    private LocalDate endholtime;
+
+    private String workspname;
+
+    private String custodname;
+
+    private String pac;
+
+    private String path;
+
+    private BigDecimal x;
+
+    private BigDecimal y;
+
+    private String blocation;
+
+    private BigDecimal ostioleh;
+
+    private String odatano;
+
+    private String explineno;
+
+    private String conorg;
+
+    private String testreport;
+
+    private String ogeorecord;
+
+    private String bcore;
+
+    private String dataname;
+
+    private String adatano;
+
+    private LocalDate pendtime;
+
+    private String workdegree;
+
+    private String padatano;
+
+    private String orgcode;
+
+    private String hexplevel;
+
+    private String suporg;
+
+    private String indsector;
+
+    private String address;
+
+    private String postcode;
+
+    private String conname;
+
+    private String telephone;
+
+    private String fax;
+
+    private String belongs;
+
+    private String belongsid;
+
+    private String datastatus;
+
+    private String remarks;
+
+    public BboreholeEntity() {
+    }
+
+    public String getDrilltype() {
+        return drilltype;
+    }
+
+    public void setDrilltype(String drilltype) {
+        this.drilltype = drilltype;
+    }
+
+    public String getDrillcode() {
+        return drillcode;
+    }
+
+    public void setDrillcode(String drillcode) {
+        this.drillcode = drillcode;
+    }
+
+    public String getProjname() {
+        return projname;
+    }
+
+    public void setProjname(String projname) {
+        this.projname = projname;
+    }
+
+    public String getMminerals() {
+        return mminerals;
+    }
+
+    public void setMminerals(String mminerals) {
+        this.mminerals = mminerals;
+    }
+
+    public String getHoledepth() {
+        return holedepth;
+    }
+
+    public void setHoledepth(String holedepth) {
+        this.holedepth = holedepth;
+    }
+
+    public LocalDate getEndholtime() {
+        return endholtime;
+    }
+
+    public void setEndholtime(LocalDate endholtime) {
+        this.endholtime = endholtime;
+    }
+
+    public String getWorkspname() {
+        return workspname;
+    }
+
+    public void setWorkspname(String workspname) {
+        this.workspname = workspname;
+    }
+
+    public String getCustodname() {
+        return custodname;
+    }
+
+    public void setCustodname(String custodname) {
+        this.custodname = custodname;
+    }
+
+    public String getPac() {
+        return pac;
+    }
+
+    public void setPac(String pac) {
+        this.pac = pac;
+    }
+
+    public String getPath() {
+        return path;
+    }
+
+    public void setPath(String path) {
+        this.path = path;
+    }
+
+    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 String getBlocation() {
+        return blocation;
+    }
+
+    public void setBlocation(String blocation) {
+        this.blocation = blocation;
+    }
+
+    public BigDecimal getOstioleh() {
+        return ostioleh;
+    }
+
+    public void setOstioleh(BigDecimal ostioleh) {
+        this.ostioleh = ostioleh;
+    }
+
+    public String getOdatano() {
+        return odatano;
+    }
+
+    public void setOdatano(String odatano) {
+        this.odatano = odatano;
+    }
+
+    public String getExplineno() {
+        return explineno;
+    }
+
+    public void setExplineno(String explineno) {
+        this.explineno = explineno;
+    }
+
+    public String getConorg() {
+        return conorg;
+    }
+
+    public void setConorg(String conorg) {
+        this.conorg = conorg;
+    }
+
+    public String getTestreport() {
+        return testreport;
+    }
+
+    public void setTestreport(String testreport) {
+        this.testreport = testreport;
+    }
+
+    public String getOgeorecord() {
+        return ogeorecord;
+    }
+
+    public void setOgeorecord(String ogeorecord) {
+        this.ogeorecord = ogeorecord;
+    }
+
+    public String getBcore() {
+        return bcore;
+    }
+
+    public void setBcore(String bcore) {
+        this.bcore = bcore;
+    }
+
+    public String getDataname() {
+        return dataname;
+    }
+
+    public void setDataname(String dataname) {
+        this.dataname = dataname;
+    }
+
+    public String getAdatano() {
+        return adatano;
+    }
+
+    public void setAdatano(String adatano) {
+        this.adatano = adatano;
+    }
+
+    public LocalDate getPendtime() {
+        return pendtime;
+    }
+
+    public void setPendtime(LocalDate pendtime) {
+        this.pendtime = pendtime;
+    }
+
+    public String getWorkdegree() {
+        return workdegree;
+    }
+
+    public void setWorkdegree(String workdegree) {
+        this.workdegree = workdegree;
+    }
+
+    public String getPadatano() {
+        return padatano;
+    }
+
+    public void setPadatano(String padatano) {
+        this.padatano = padatano;
+    }
+
+    public String getOrgcode() {
+        return orgcode;
+    }
+
+    public void setOrgcode(String orgcode) {
+        this.orgcode = orgcode;
+    }
+
+    public String getHexplevel() {
+        return hexplevel;
+    }
+
+    public void setHexplevel(String hexplevel) {
+        this.hexplevel = hexplevel;
+    }
+
+    public String getSuporg() {
+        return suporg;
+    }
+
+    public void setSuporg(String suporg) {
+        this.suporg = suporg;
+    }
+
+    public String getIndsector() {
+        return indsector;
+    }
+
+    public void setIndsector(String indsector) {
+        this.indsector = indsector;
+    }
+
+    public String getAddress() {
+        return address;
+    }
+
+    public void setAddress(String address) {
+        this.address = address;
+    }
+
+    public String getPostcode() {
+        return postcode;
+    }
+
+    public void setPostcode(String postcode) {
+        this.postcode = postcode;
+    }
+
+    public String getConname() {
+        return conname;
+    }
+
+    public void setConname(String conname) {
+        this.conname = conname;
+    }
+
+    public String getTelephone() {
+        return telephone;
+    }
+
+    public void setTelephone(String telephone) {
+        this.telephone = telephone;
+    }
+
+    public String getFax() {
+        return fax;
+    }
+
+    public void setFax(String fax) {
+        this.fax = fax;
+    }
+
+    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;
+    }
+}

--
Gitblit v1.9.3