From 8815391f1ea20fd13f77337dc184c6259eeb90b6 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 20 十一月 2023 10:19:38 +0800 Subject: [PATCH] 添加快速溯源统计字段 --- src/main/java/com/yssh/entity/Qxsh.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/yssh/entity/Qxsh.java b/src/main/java/com/yssh/entity/Qxsh.java index bfd262a..e4450b3 100644 --- a/src/main/java/com/yssh/entity/Qxsh.java +++ b/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; + } } -- Gitblit v1.9.3