From 2f55cebbad3dea187a5f91d16ec80a9677dab699 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 13 十一月 2024 11:16:53 +0800
Subject: [PATCH] 1

---
 src/main/java/com/yssh/entity/Qxsh.java |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/src/main/java/com/yssh/entity/Qxsh.java b/src/main/java/com/yssh/entity/Qxsh.java
index bfd262a..83245ba 100644
--- a/src/main/java/com/yssh/entity/Qxsh.java
+++ b/src/main/java/com/yssh/entity/Qxsh.java
@@ -4,11 +4,6 @@
 import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
 
-/**
- * @author WWW
- * @date 2023-05-18
- * qxsh
- */
 @Data
 @ApiModel(value = "Qxsh",description = "Qxsh")
 public class Qxsh {
@@ -32,6 +27,9 @@
 
     @ApiModelProperty(value = "鏄惁瀛樺湪婧簮")
     private Integer isSuYuan;
+
+    @ApiModelProperty(value = "鏄惁瀛樺湪蹇�熸函婧�")
+    private Integer isFast;
 
     public Qxsh() {
         this.isSuYuan = 0;
@@ -92,4 +90,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