From 01a81beea99c0298a3b6178c7796f4c27b30c6c7 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期二, 15 四月 2025 14:27:50 +0800
Subject: [PATCH] pat detail.  新增 appontment_id

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devrent/vo/DevRentSearchReqVO.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 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 4590c84..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
@@ -19,6 +19,12 @@
 @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;
 
@@ -28,6 +34,9 @@
     @Schema(description = "鎮h�呭悕绉�", example = "鑺嬭壙")
     private String patName;
 
+    @Schema(description = "妫�鏌ョ被鍨�", example = "100")
+    private Integer checkType;
+
     @Schema(description = "鐘舵��")
     private List<Integer> stateList;
 }
\ No newline at end of file

--
Gitblit v1.9.3