From eb782eaac8f706a005ce18ed0b73fda22ac36113 Mon Sep 17 00:00:00 2001
From: sinake <sinake1@qq.com>
Date: 星期三, 22 十月 2025 10:27:14 +0800
Subject: [PATCH] 日期格式

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

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java
index d4486fd..af16126 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskVO.java
@@ -641,27 +641,43 @@
     private String patfrom;
 
     /**
+     * 鎮h�呮潵婧�
+     */
+    @ApiModelProperty(value = "缁忕鍖荤敓缂栫爜")
+    private String managementDoctorCode;
+
+    /**
+     * 鎮h�呮潵婧�
+     */
+    @ApiModelProperty(value = "缁忕鍖荤敓")
+    private String managementDoctor;
+
+    /**
      * 寮�濮嬪嚭闄㈡棩鏈�
      */
     @ApiModelProperty(value = "寮�濮嬪嚭闄㈡棩鏈�")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private Date startOutHospTime;
 
     /**
      * 寮�濮嬪彂閫佹棩鏈�
      */
     @ApiModelProperty(value = "寮�濮嬪彂閫佹棩鏈�")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private Date startSendDateTime;
 
     /**
      * 缁撴潫鍙戦�佹棩鏈�
      */
     @ApiModelProperty(value = "缁撴潫鍙戦�佹棩鏈�")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private Date endSendDateTime;
 
     /**
      * 缁撴潫鍑洪櫌鏃ユ湡
      */
     @ApiModelProperty(value = "缁撴潫鍑洪櫌鏃ユ湡")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private Date endOutHospTime;
 
     /**

--
Gitblit v1.9.3