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 | 28 +++++++++++++++++++++++----- 1 files changed, 23 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/yssh/entity/Qxsh.java b/src/main/java/com/yssh/entity/Qxsh.java index 8fcf7b2..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 { @@ -30,7 +25,14 @@ @ApiModelProperty(value = "鏃堕棿") private String time; + @ApiModelProperty(value = "鏄惁瀛樺湪婧簮") + private Integer isSuYuan; + + @ApiModelProperty(value = "鏄惁瀛樺湪蹇�熸函婧�") + private Integer isFast; + public Qxsh() { + this.isSuYuan = 0; } public Integer getId() { @@ -80,4 +82,20 @@ public void setTime(String time) { this.time = time; } + + public Integer getIsSuYuan() { + return isSuYuan; + } + + 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