Преглед на файлове

三维报建项目相关接口提交
数据资源汉化配置接口提交

wanger преди 11 месеца
родител
ревизия
61f6cb317d

+ 266 - 0
onemap-modules/onemap-apply/src/main/java/com/onemap/apply/domain/project/TProjectBasic.java

@@ -0,0 +1,266 @@
+package com.onemap.apply.domain.project;
+
+import com.baomidou.mybatisplus.annotation.TableField;
+import com.baomidou.mybatisplus.annotation.TableName;
+
+import java.util.ArrayList;
+import java.util.List;
+
+@TableName("t_project_basic")
+public class TProjectBasic {
+
+  private String bsm;
+  private String xmbh;
+  private String xmmc;
+  private String sqdw;
+  private String xmdz;
+  private String dkbh;
+  private Double ydmj;
+  private String ydxz;
+  private String xmdw;
+  private String tdqk;
+  private String xmztz;
+  private String zjly;
+  private Double jzmj;
+  private Double jdjzmj;
+  private Double jrjzmj;
+  private Double bjrjzmj;
+  private Double dxjzmj;
+  private Double ldmj;
+  private Double rjl;
+  private Double jzmd;
+  private Double ldl;
+  private Double jzxg;
+  private Integer jdcw;
+  private Integer fjdcw;
+  private String shzt;
+  private String xmfw;
+  @TableField(exist = false)
+  private Integer modelcount;
+  @TableField(exist = false)
+  private List<TProjectModel> model = new ArrayList<>();
+
+  public Integer getModelcount() {
+    return modelcount;
+  }
+
+  public void setModelcount(Integer modelcount) {
+    this.modelcount = modelcount;
+  }
+
+  public List<TProjectModel> getModel() {
+    return model;
+  }
+
+  public void setModel(List<TProjectModel> model) {
+    this.model = model;
+  }
+
+  public String getBsm() {
+    return bsm;
+  }
+
+  public void setBsm(String bsm) {
+    this.bsm = bsm;
+  }
+
+  public String getXmbh() {
+    return xmbh;
+  }
+
+  public void setXmbh(String xmbh) {
+    this.xmbh = xmbh;
+  }
+
+  public String getXmmc() {
+    return xmmc;
+  }
+
+  public void setXmmc(String xmmc) {
+    this.xmmc = xmmc;
+  }
+
+  public String getSqdw() {
+    return sqdw;
+  }
+
+  public void setSqdw(String sqdw) {
+    this.sqdw = sqdw;
+  }
+
+  public String getXmdz() {
+    return xmdz;
+  }
+
+  public void setXmdz(String xmdz) {
+    this.xmdz = xmdz;
+  }
+
+  public String getDkbh() {
+    return dkbh;
+  }
+
+  public void setDkbh(String dkbh) {
+    this.dkbh = dkbh;
+  }
+
+  public Double getYdmj() {
+    return ydmj;
+  }
+
+  public void setYdmj(Double ydmj) {
+    this.ydmj = ydmj;
+  }
+
+  public String getYdxz() {
+    return ydxz;
+  }
+
+  public void setYdxz(String ydxz) {
+    this.ydxz = ydxz;
+  }
+
+  public String getXmdw() {
+    return xmdw;
+  }
+
+  public void setXmdw(String xmdw) {
+    this.xmdw = xmdw;
+  }
+
+  public String getTdqk() {
+    return tdqk;
+  }
+
+  public void setTdqk(String tdqk) {
+    this.tdqk = tdqk;
+  }
+
+  public String getXmztz() {
+    return xmztz;
+  }
+
+  public void setXmztz(String xmztz) {
+    this.xmztz = xmztz;
+  }
+
+  public String getZjly() {
+    return zjly;
+  }
+
+  public void setZjly(String zjly) {
+    this.zjly = zjly;
+  }
+
+  public Double getJzmj() {
+    return jzmj;
+  }
+
+  public void setJzmj(Double jzmj) {
+    this.jzmj = jzmj;
+  }
+
+  public Double getJdjzmj() {
+    return jdjzmj;
+  }
+
+  public void setJdjzmj(Double jdjzmj) {
+    this.jdjzmj = jdjzmj;
+  }
+
+  public Double getJrjzmj() {
+    return jrjzmj;
+  }
+
+  public void setJrjzmj(Double jrjzmj) {
+    this.jrjzmj = jrjzmj;
+  }
+
+  public Double getBjrjzmj() {
+    return bjrjzmj;
+  }
+
+  public void setBjrjzmj(Double bjrjzmj) {
+    this.bjrjzmj = bjrjzmj;
+  }
+
+  public Double getDxjzmj() {
+    return dxjzmj;
+  }
+
+  public void setDxjzmj(Double dxjzmj) {
+    this.dxjzmj = dxjzmj;
+  }
+
+  public Double getLdmj() {
+    return ldmj;
+  }
+
+  public void setLdmj(Double ldmj) {
+    this.ldmj = ldmj;
+  }
+
+  public Double getRjl() {
+    return rjl;
+  }
+
+  public void setRjl(Double rjl) {
+    this.rjl = rjl;
+  }
+
+  public Double getJzmd() {
+    return jzmd;
+  }
+
+  public void setJzmd(Double jzmd) {
+    this.jzmd = jzmd;
+  }
+
+  public Double getLdl() {
+    return ldl;
+  }
+
+  public void setLdl(Double ldl) {
+    this.ldl = ldl;
+  }
+
+  public Double getJzxg() {
+    return jzxg;
+  }
+
+  public void setJzxg(Double jzxg) {
+    this.jzxg = jzxg;
+  }
+
+  public Integer getJdcw() {
+    return jdcw;
+  }
+
+  public void setJdcw(Integer jdcw) {
+    this.jdcw = jdcw;
+  }
+
+  public Integer getFjdcw() {
+    return fjdcw;
+  }
+
+  public void setFjdcw(Integer fjdcw) {
+    this.fjdcw = fjdcw;
+  }
+
+  public String getShzt() {
+    return shzt;
+  }
+
+  public void setShzt(String shzt) {
+    this.shzt = shzt;
+  }
+
+  public String getXmfw() {
+    return xmfw;
+  }
+
+  public void setXmfw(String xmfw) {
+    this.xmfw = xmfw;
+  }
+}

+ 103 - 0
onemap-modules/onemap-apply/src/main/java/com/onemap/apply/domain/project/TProjectModel.java

@@ -0,0 +1,103 @@
+package com.onemap.apply.domain.project;
+
+import com.baomidou.mybatisplus.annotation.TableName;
+import com.fasterxml.jackson.annotation.JsonFormat;
+import org.springframework.format.annotation.DateTimeFormat;
+
+import java.util.Date;
+
+@TableName("t_project_model")
+public class TProjectModel {
+
+    private String bsm;
+    private String mxmc;
+    private String xmbh;
+    private String mxwz;
+    private String sjdw;
+    private String sjdz;
+    private String fajj;
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+    private Date cjsj;
+    private String zt;
+
+    public Date getCjsj() {
+        return cjsj;
+    }
+
+    public void setCjsj(Date cjsj) {
+        this.cjsj = cjsj;
+    }
+
+    public String getBsm() {
+        return bsm;
+    }
+
+    public void setBsm(String bsm) {
+        this.bsm = bsm;
+    }
+
+
+    public String getMxmc() {
+        return mxmc;
+    }
+
+    public void setMxmc(String mxmc) {
+        this.mxmc = mxmc;
+    }
+
+
+    public String getXmbh() {
+        return xmbh;
+    }
+
+    public void setXmbh(String xmbh) {
+        this.xmbh = xmbh;
+    }
+
+
+    public String getMxwz() {
+        return mxwz;
+    }
+
+    public void setMxwz(String mxwz) {
+        this.mxwz = mxwz;
+    }
+
+
+    public String getSjdw() {
+        return sjdw;
+    }
+
+    public void setSjdw(String sjdw) {
+        this.sjdw = sjdw;
+    }
+
+
+    public String getSjdz() {
+        return sjdz;
+    }
+
+    public void setSjdz(String sjdz) {
+        this.sjdz = sjdz;
+    }
+
+
+    public String getFajj() {
+        return fajj;
+    }
+
+    public void setFajj(String fajj) {
+        this.fajj = fajj;
+    }
+
+
+    public String getZt() {
+        return zt;
+    }
+
+    public void setZt(String zt) {
+        this.zt = zt;
+    }
+
+}