From 9814549e8064737867a155a92a53b8dd7982c80b Mon Sep 17 00:00:00 2001 From: zhs <zhs18203887318@163.com> Date: 星期四, 17 四月 2025 16:48:01 +0800 Subject: [PATCH] 04-17_改_床位名称 --- smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java b/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java index 84cd003..b859f64 100644 --- a/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java +++ b/smartor/src/main/java/com/smartor/domain/PatMedOuthosp.java @@ -197,4 +197,16 @@ @ApiModelProperty(value = "鎵嬫満鍙�") private String telcode; + + + @JsonFormat(pattern = "yyyy-MM-dd") + @Excel(name = " ", width = 30, dateFormat = "yyyy-MM-dd") + @ApiModelProperty(value = "寮�濮嬪氨璇婃椂闂�") + private Date beginTime; + + @JsonFormat(pattern = "yyyy-MM-dd") + @Excel(name = " ", width = 30, dateFormat = "yyyy-MM-dd") + @ApiModelProperty(value = "缁撴潫灏辫瘖鏃堕棿") + private Date endTime; + } -- Gitblit v1.9.3