From ecac8b88fa0b810c82b0caee030d8576bd325503 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期二, 13 八月 2024 10:47:59 +0800 Subject: [PATCH] update --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/queuePageReqVO.java | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/queuePageReqVO.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/queuePageReqVO.java index 1a2c529..a33d804 100644 --- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/queuePageReqVO.java +++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/queuePageReqVO.java @@ -1,7 +1,6 @@ package cn.lihu.jh.module.ecg.controller.admin.queue.vo; import lombok.*; -import java.util.*; import io.swagger.v3.oas.annotations.media.Schema; import cn.lihu.jh.framework.common.pojo.PageParam; import org.springframework.format.annotation.DateTimeFormat; @@ -13,7 +12,7 @@ @Data @EqualsAndHashCode(callSuper = true) @ToString(callSuper = true) -public class queuePageReqVO extends PageParam { +public class QueuePageReqVO extends PageParam { @Schema(description = "鎮h�呯紪鍙�", example = "30473") private String patId; @@ -34,7 +33,7 @@ private Integer seqNum; @Schema(description = "10:鎺掗槦涓� 20:鍊欒瘖鍑嗗 30:灏辫瘖涓� 40:灏辫瘖瀹屾垚 50:杩囧彿 60:杩囨湡", example = "1") - private Boolean status; + private Byte status; @Schema(description = "杩囧彿鏍囪") private Boolean passed; -- Gitblit v1.9.3