调整数据库为wzxphoto
This commit is contained in:
@@ -24,7 +24,7 @@ class ZxIeSettlement(Base):
|
||||
personal_funded_amount_str = Column(String(255), comment='自费金额字符串')
|
||||
personal_funded_amount = Column(DECIMAL(18, 2), comment='自费金额')
|
||||
medical_insurance_type = Column(String(255), 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='修改人')
|
||||
|
||||
Reference in New Issue
Block a user