调整数据库为wzxphoto

This commit is contained in:
2024-05-27 16:53:24 +08:00
parent 8f89fe50df
commit 48cede5427
6 changed files with 43 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ class ZxIeCost(Base):
discharge_date = Column(Date, comment='出院日期')
medical_expenses_str = Column(String(255), comment='费用总额字符串')
medical_expenses = Column(DECIMAL(18, 2), comment='费用总额')
createtime = Column(DateTime, comment='创建时间')
create_time = Column(DateTime, comment='创建时间')
creator = Column(String(255), comment='创建人')
modifiedtime = Column(DateTime, comment='修改时间')
modifier = Column(String(255), comment='修改人')
update_time = Column(DateTime, comment='修改时间')
updater = Column(String(255), comment='修改人')