src/main/java/com/yssh/entity/VocVals.java
@@ -1,5 +1,6 @@ package com.yssh.entity; import com.fasterxml.jackson.annotation.JsonIgnore; import com.github.biyanwen.annotation.CsvProperty; import io.swagger.annotations.ApiModelProperty; @@ -10,6 +11,7 @@ public class VocVals implements Serializable { private static final long serialVersionUID = -20230605145412000L; @JsonIgnore @ApiModelProperty(value = "主键") private BigInteger id; @@ -25,6 +27,7 @@ @ApiModelProperty(value = "值") private Double val; @JsonIgnore @ApiModelProperty(value = "创建时间") private Date createTime;