From 061977eba85adcb2a9f81cf81c7c3315c5570945 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期三, 22 七月 2026 16:57:25 +0800
Subject: [PATCH] 【丽水】扫码生成外链

---
 smartor/src/main/java/com/smartor/domain/ServiceTaskScriptQues.java |   31 +++++++++++++++++++++++++++----
 1 files changed, 27 insertions(+), 4 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceTaskScriptQues.java b/smartor/src/main/java/com/smartor/domain/ServiceTaskScriptQues.java
index bc949ff..5a19c92 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceTaskScriptQues.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceTaskScriptQues.java
@@ -22,17 +22,40 @@
     private String param1;
 
     /**
-     * patid
+     * patid 鎴� 娴佹按鍙�
+     * 璇婄枟璁板綍鍙�
      */
-    @Excel(name = "patid  ")
-    @ApiModelProperty(value = "patid")
+    @Excel(name = "patid 鎴�  浣忛櫌娴佹按鍙� ")
+    @ApiModelProperty(value = "patid 鎴� 浣忛櫌娴佹按鍙�")
     private String param2;
 
     /**
-     * patfrom
+     * patid 鎴� 娴佹按鍙�
+     * 璇婄枟璁板綍鍙�
+     */
+    @Excel(name = "闂ㄨ瘖娴佹按鍙�  ")
+    @ApiModelProperty(value = "闂ㄨ瘖娴佹按鍙�")
+    private String param3;
+
+    /**
+     * 鎶曡瘔鎮h�呯紪鍙�
+     * 鎶曡瘔鎮h�呯紪鍙�
+     */
+    @Excel(name = "鎶曡瘔鎮h�呯紪鍙� patientId ")
+    @ApiModelProperty(value = "鎶曡瘔鎮h�呯紪鍙� patientId")
+    private String param4;
+
+    /**
+     * 鎮h�呮潵婧�
      */
     @Excel(name = "patfrom  ")
     @ApiModelProperty(value = "patfrom")
     private String patfrom = "0";
 
+    /**
+     * 绫诲瀷锛�0鍔犲瘑   1涓嶅姞瀵�
+     */
+    @ApiModelProperty(value = "绫诲瀷锛�0鍔犲瘑   1涓嶅姞瀵�")
+    private String type = "0";
+
 }

--
Gitblit v1.9.3