From 65659a03fa8d3ff95c725ea81dcb8c11291c2773 Mon Sep 17 00:00:00 2001 From: lige <bestlige@outlook.com> Date: 星期六, 09 十二月 2023 10:48:12 +0800 Subject: [PATCH] 1 --- ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjCustomer.java | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjCustomer.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjCustomer.java index b941fd3..b39f390 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjCustomer.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjCustomer.java @@ -212,7 +212,7 @@ * 浣撴鏃堕棿 */ @TableField(exist = false) - @JsonFormat(pattern = "yyyy-MM-dd") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date tjTime; /** @@ -298,6 +298,12 @@ @TableField(exist = false) private Integer isHz; + @TableField(exist = false) + private Long isPositive; + + @TableField(exist = false) + private String tjCategory; + @Override public String toString() { -- Gitblit v1.8.0