From 57b41b18aa3472be34b8b13d725db8578a14b836 Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期五, 18 十月 2024 16:44:13 +0800 Subject: [PATCH] zjh20241018 --- ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSampling.java | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSampling.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSampling.java index 13eefb4..efa15e7 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSampling.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/domain/TjSampling.java @@ -2,6 +2,7 @@ import java.util.Date; +import com.baomidou.mybatisplus.annotation.FieldStrategy; import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableId; import com.fasterxml.jackson.annotation.JsonFormat; @@ -108,6 +109,7 @@ /** * 鍚堝苟鍚庣殑鐖秈d */ + @TableField(updateStrategy = FieldStrategy.IGNORED) private String parentId; /** @@ -125,6 +127,32 @@ */ private Integer isMerge; + /** + * lis妫�楠岄」鐩唬鐮� + */ + private String jyxmdm; + + /** + * 琛ュ綍椤圭洰鏍囧織缂栫爜 + */ + private String jxbz; + + public String getJxbz() { + return jxbz; + } + + public void setJxbz(String jxbz) { + this.jxbz = jxbz; + } + + public String getJyxmdm() { + return jyxmdm; + } + + public void setJyxmdm(String jyxmdm) { + this.jyxmdm = jyxmdm; + } + public Integer getIsMerge() { return isMerge; } -- Gitblit v1.8.0