From 0a164b25c99e3779c64b61ba248b1e809bd15014 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期三, 19 八月 2026 16:33:12 +0800
Subject: [PATCH] 【丽水】patItem 传离院病区+随访科室报错

---
 smartor/src/main/java/com/smartor/domain/ServiceSubtaskRes.java |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskRes.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskRes.java
index fccb2d8..8c831fa 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskRes.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskRes.java
@@ -121,6 +121,13 @@
     private Long sex;
 
     /**
+     * 鎬у埆
+     */
+    @Excel(name = " 鎬у埆鍚嶇О")
+    @ApiModelProperty(value = "鎬у埆鍚嶇О")
+    private String sexName;
+
+    /**
      * 骞撮緞
      */
     @Excel(name = " 骞撮緞 ")
@@ -447,6 +454,13 @@
     private String hospno;
 
     /**
+     * 鎮h�呯紪鍙�
+     */
+    @Excel(name = "鎮h�呯紪鍙凤紙鐥呭巻鍙凤級")
+    @ApiModelProperty(value = "鎮h�呯紪鍙凤紙鐥呭巻鍙凤級")
+    private String patno;
+
+    /**
      * 灏辫瘖绫诲瀷锛�1闂ㄨ瘖  2鍑洪櫌锛�
      */
     @Excel(name = "  灏辫瘖绫诲瀷锛�1闂ㄨ瘖  2鍑洪櫌锛�")
@@ -522,7 +536,7 @@
      */
     @Excel(name = "鎬诲垎")
     @ApiModelProperty(value = "鎬诲垎")
-    private BigDecimal score;
+    private String score;
 
     /**
      * 妯℃澘搴撴ā鐗堝悕绉�

--
Gitblit v1.9.3