From c73a049bcbceb26a073906e44153048de548e84c Mon Sep 17 00:00:00 2001 From: lige <bestlige@outlook.com> Date: 星期二, 12 十二月 2023 11:46:28 +0800 Subject: [PATCH] 登记放大镜接口修改 --- 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 2e75a14..a81d401 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; /** @@ -304,6 +304,12 @@ @TableField(exist = false) private String tjCategory; + @ApiModelProperty("搴ф満") + private String dwPhone; + + @ApiModelProperty("灏辫瘖缂栧彿") + private String cardId; + @Override public String toString() { -- Gitblit v1.8.0