From 2bc90e242eceb83d9aa80d48ea9f991c0f9b99c6 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期四, 12 十二月 2024 19:47:57 +0800 Subject: [PATCH] 工位选择界面 诊室按照room id排序 --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devrent/vo/DevRentSearchReqVO.java | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devrent/vo/DevRentSearchReqVO.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devrent/vo/DevRentSearchReqVO.java index 8d02275..b36218b 100644 --- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devrent/vo/DevRentSearchReqVO.java +++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devrent/vo/DevRentSearchReqVO.java @@ -9,6 +9,7 @@ import org.springframework.format.annotation.DateTimeFormat; import java.time.LocalDateTime; +import java.util.List; import static cn.lihu.jh.framework.common.util.date.DateUtils.FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND; @@ -17,6 +18,12 @@ @EqualsAndHashCode(callSuper = true) @ToString(callSuper = true) public class DevRentSearchReqVO extends PageParam { + + @Schema(description = "棰勭害鐢宠鍙�", example = "2024435") + private String applyNo; + + @Schema(description = "灏辫瘖娴佹按鍙�", example = "2024546") + private String episodeId; @Schema(description = "璁惧缂栧彿", example = "3986") private String devId; @@ -27,9 +34,9 @@ @Schema(description = "鎮h�呭悕绉�", example = "鑺嬭壙") private String patName; - @Schema(description = "鍙栨秷瀹夎") - private Integer cancelled; + @Schema(description = "妫�鏌ョ被鍨�", example = "100") + private Integer checkType; - @Schema(description = "閬楀け") - private Integer lost; + @Schema(description = "鐘舵��") + private List<Integer> stateList; } \ No newline at end of file -- Gitblit v1.9.3