燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2024-12-02 453e3471e94b91169beec1e258a06a132d927011
src/main/java/com/yssh/entity/VocVals.java
@@ -15,6 +15,9 @@
    @ApiModelProperty(value = "主键")
    private BigInteger id;
    @ApiModelProperty(value = "溯源ID")
    private String suYuanId;
    @CsvProperty(index = 0)
    @ApiModelProperty(value = "X")
    private Integer x;
@@ -31,6 +34,9 @@
    @ApiModelProperty(value = "创建时间")
    private Date createTime;
    @ApiModelProperty(value = "地址")
    private String addr;
    public VocVals() {
    }
@@ -40,6 +46,10 @@
    public void setId(BigInteger id) {
        this.id = id;
    }
    public String getSuYuanId() {
        return x + "_" + y + "_0";
    }
    public Integer getX() {
@@ -73,4 +83,12 @@
    public void setCreateTime(Date createTime) {
        this.createTime = createTime;
    }
    public String getAddr() {
        return addr;
    }
    public void setAddr(String addr) {
        this.addr = addr;
    }
}