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; }