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