燕山石化溯源三维电子沙盘-【后端】-服务
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;
@@ -45,6 +48,10 @@
        this.id = id;
    }
    public String getSuYuanId() {
        return x + "_" + y + "_0";
    }
    public Integer getX() {
        return x;
    }