src/main/java/com/yssh/entity/Qxsh.java
@@ -33,6 +33,9 @@ @ApiModelProperty(value = "是否存在溯源") private Integer isSuYuan; @ApiModelProperty(value = "是否存在快速溯源") private Integer isFast; public Qxsh() { this.isSuYuan = 0; } @@ -92,4 +95,12 @@ public void setIsSuYuan(Integer isSuYuan) { this.isSuYuan = isSuYuan; } public Integer getIsFast() { return isFast; } public void setIsFast(Integer isFast) { this.isFast = isFast; } }