From de663ff4cbe003c312dccfc7881ce30b24bbd43b Mon Sep 17 00:00:00 2001 From: zjh <zjh@888> Date: 星期二, 12 十二月 2023 11:41:29 +0800 Subject: [PATCH] zjh 本地 2023/12/12 -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