From f659839dd5cd5c5523399b2177d7ec200b9372d8 Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期四, 05 六月 2025 18:24:17 +0800 Subject: [PATCH] 增加传递价格规则 --- ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjReservation.java | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjReservation.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjReservation.java index 8284ed0..ed64ac4 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjReservation.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjReservation.java @@ -436,6 +436,18 @@ private String zhiyeZysszdw; + @ApiModelProperty("棰勭害鏃堕棿寮�濮�") + @TableField(exist = false) + @JsonFormat(locale = "zh", timezone = "GMT+8", pattern = "yyyy-MM-dd") + private Date yykssj; + + + @ApiModelProperty("棰勭害鏃堕棿缁撴潫") + @TableField(exist = false) + @JsonFormat(locale = "zh", timezone = "GMT+8", pattern = "yyyy-MM-dd") + private Date yyjssj; + + @Override public String toString() { -- Gitblit v1.8.0