燕山石化溯源三维电子沙盘-【后端】-服务
13693261870
2023-06-05 1198ea43ca127f0a14968d5d57b544a7a2d0cde7
src/main/java/com/yssh/entity/VocVals.java
@@ -4,13 +4,14 @@
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;
import java.math.BigInteger;
import java.util.Date;
public class VocVals implements Serializable {
    private static final long serialVersionUID = -20230605145412000L;
    @ApiModelProperty(value = "主键")
    private Integer id;
    private BigInteger id;
    @CsvProperty(index = 0)
    @ApiModelProperty(value = "X")
@@ -30,11 +31,11 @@
    public VocVals() {
    }
    public Integer getId() {
    public BigInteger getId() {
        return id;
    }
    public void setId(Integer id) {
    public void setId(BigInteger id) {
        this.id = id;
    }