燕山石化溯源三维电子沙盘-【后端】-服务
13693261870
2023-06-15 2ba556d21ec1c8e0213708c7bbc3f02548ada6c1
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;
    }