From 40d442fa9a4cfa856b3f0a9ad24c0afbb93ef5a7 Mon Sep 17 00:00:00 2001
From: wangwei <1610949092@qq.com>
Date: Fri, 20 Sep 2024 10:30:46 +0800
Subject: [PATCH] =?UTF-8?q?9/20=20=E5=A4=84=E6=96=B9=E6=82=A3=E8=80=85?=
=?UTF-8?q?=E4=BF=A1=E6=81=AF=E8=A1=A5=E5=85=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../glxp/mipsdl/entity/ctqyy/VYpzsPresInfo.java | 17 ++++++++++++++++-
.../mapper/other/ctqyy/VYpzsPresInfoMapper.xml | 10 +++++++---
2 files changed, 23 insertions(+), 4 deletions(-)
diff --git a/src/main/java/com/glxp/mipsdl/entity/ctqyy/VYpzsPresInfo.java b/src/main/java/com/glxp/mipsdl/entity/ctqyy/VYpzsPresInfo.java
index 4bdfa6b..1c1ebaa 100644
--- a/src/main/java/com/glxp/mipsdl/entity/ctqyy/VYpzsPresInfo.java
+++ b/src/main/java/com/glxp/mipsdl/entity/ctqyy/VYpzsPresInfo.java
@@ -53,5 +53,20 @@ public class VYpzsPresInfo implements Serializable {
@TableField(value = "CONFECT_MAN")
private String CONFECT_MAN;
+ //名字
+ @TableField(value = "SICK_NAME")
+ private String SICK_NAME;
+
+ //性别
+ @TableField(value = "SEX")
+ private String SEX;
+
+ @TableField(value = "IC_CARD_ID")
+ private String IC_CARD_ID;
+
+ //年龄
+ @TableField(value = "NL")
+ private String NL;
+
private static final long serialVersionUID = 1L;
-}
\ No newline at end of file
+}
diff --git a/src/main/resources/mybatis/mapper/other/ctqyy/VYpzsPresInfoMapper.xml b/src/main/resources/mybatis/mapper/other/ctqyy/VYpzsPresInfoMapper.xml
index 7a350d8..ffb456b 100644
--- a/src/main/resources/mybatis/mapper/other/ctqyy/VYpzsPresInfoMapper.xml
+++ b/src/main/resources/mybatis/mapper/other/ctqyy/VYpzsPresInfoMapper.xml
@@ -17,11 +17,15 @@
+
+
+
+
- LAY_TIME, STOOUT_NO, PRESCRIBE_NUMBER, PHYSIC_CODE, PHYSIC_NAME, BATCH_NUMBER, PACK_SPEC,
- LAY_PHYSIC_QUANTITY, PHYSIC_UNIT, SICK_ID, RESIDENCE_NO, COUNTRY_CODE, CONFECT_MAN
+ LAY_TIME, STOOUT_NO, PRESCRIBE_NUMBER, PHYSIC_CODE, PHYSIC_NAME, BATCH_NUMBER, PACK_SPEC,
+ LAY_PHYSIC_QUANTITY, PHYSIC_UNIT, SICK_ID, RESIDENCE_NO, COUNTRY_CODE, CONFECT_MAN,SICK_NAME,SEX,IC_CARD_ID,NL
@@ -58,4 +62,4 @@
ORDER BY
PHYSIC_CODE
-
\ No newline at end of file
+