From d35428fa0c81dbbc7349c504236cfc39caee0017 Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Thu, 4 Jul 2024 17:29:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=A1=A8zx=5Fie=5Fdischarge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- photo_review/entity/zx_ie_discharge.py | 1 + 1 file changed, 1 insertion(+) diff --git a/photo_review/entity/zx_ie_discharge.py b/photo_review/entity/zx_ie_discharge.py index 1221b76..8609154 100644 --- a/photo_review/entity/zx_ie_discharge.py +++ b/photo_review/entity/zx_ie_discharge.py @@ -16,6 +16,7 @@ class ZxIeDischarge(Base): department = Column(String(255), comment='科室') pk_ylks = Column(INTEGER(11), comment='科室主键') name = Column(String(30), comment='患者姓名') + age = Column(INTEGER(3), comment='年龄') admission_date_str = Column(String(255), comment='入院日期字符串') admission_date = Column(Date, comment='入院日期') discharge_date_str = Column(String(255), comment='出院日期字符串')