燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-04-27 1d1b21f7f9416dc6a350dc83506364bb822e9e1c
src/main/java/com/yssh/entity/SuYuan.java
@@ -32,4 +32,68 @@
   /*private Double lon;
   private Double lat;
   private Date time;*/
   public String getId() {
      return id;
   }
   public void setId(String id) {
      this.id = id;
   }
   public Integer getX() {
      return x;
   }
   public void setX(Integer x) {
      this.x = x;
   }
   public Integer getY() {
      return y;
   }
   public void setY(Integer y) {
      this.y = y;
   }
   public Integer getZ() {
      return z;
   }
   public void setZ(Integer z) {
      this.z = z;
   }
   public Double getU() {
      return u;
   }
   public void setU(Double u) {
      this.u = u;
   }
   public Double getV() {
      return v;
   }
   public void setV(Double v) {
      this.v = v;
   }
   public Double getW() {
      return w;
   }
   public void setW(Double w) {
      this.w = w;
   }
   public Double getC() {
      return c;
   }
   public void setC(Double c) {
      this.c = c;
   }
}