From ed277ece348dae9bc6e36c0fc9f69ae8a3825912 Mon Sep 17 00:00:00 2001 From: lige <bestlige@outlook.com> Date: 星期四, 18 四月 2024 17:57:55 +0800 Subject: [PATCH] 填鸭表单 --- ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjCustomer.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 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 a81d401..2bc8138 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 @@ -310,6 +310,12 @@ @ApiModelProperty("灏辫瘖缂栧彿") private String cardId; + @ApiModelProperty("鏂囧寲绋嬪害") + private String wenHua; + + @ApiModelProperty(value = "鑱屼笟鍘嗗彶") + @TableField(exist = false) + private List<TjAskWorkLog> workLogs; @Override public String toString() { @@ -335,6 +341,7 @@ .append("updateBy", getUpdateBy()) .append("updateTime", getUpdateTime()) .append("deleted", getDeleted()) + .append("dwPhone", getDwPhone()) .toString(); } } -- Gitblit v1.8.0