燕山石化溯源三维电子沙盘-【后端】-服务
13693261870
2023-10-31 a9f99d3f074472e1e16ec6109e5d819ca8dcf4d0
src/main/java/com/yssh/entity/Qxsh.java
@@ -30,7 +30,11 @@
    @ApiModelProperty(value = "时间")
    private String time;
    @ApiModelProperty(value = "是否存在溯源")
    private Integer isSuYuan;
    public Qxsh() {
        this.isSuYuan = 0;
    }
    public Integer getId() {
@@ -80,4 +84,12 @@
    public void setTime(String time) {
        this.time = time;
    }
    public Integer getIsSuYuan() {
        return isSuYuan;
    }
    public void setIsSuYuan(Integer isSuYuan) {
        this.isSuYuan = isSuYuan;
    }
}