From a54fd27ab7e59c93c02376b0a8a2644d845e420d Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期四, 27 二月 2025 09:27:41 +0800
Subject: [PATCH] update jdk version  1.8 -> 21

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/QueueSaveReqVO.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/QueueSaveReqVO.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/QueueSaveReqVO.java
index d45497a..ba5d055 100644
--- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/QueueSaveReqVO.java
+++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/QueueSaveReqVO.java
@@ -21,6 +21,9 @@
     @Schema(description = "id", requiredMode = Schema.RequiredMode.REQUIRED, example = "21320")
     private Integer id;
 
+    @Schema(description = "棰勭害鐢宠鍙�", example = "2024435")
+    private String applyNo;
+
     @Schema(description = "灏辫瘖娴佹按鍙�", example = "2024435")
     private String episodeId;
 

--
Gitblit v1.9.3