|
|
@ -94,6 +94,7 @@ class EntityUserApply(Base):
|
|
|
|
func_type = Column(Integer, comment="类型")
|
|
|
|
func_type = Column(Integer, comment="类型")
|
|
|
|
use_doc = Column(Text, comment="类型")
|
|
|
|
use_doc = Column(Text, comment="类型")
|
|
|
|
time_hour = Column(String(50), comment="时间小时")
|
|
|
|
time_hour = Column(String(50), comment="时间小时")
|
|
|
|
|
|
|
|
information = Column(Text, comment="驳回原因")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# drug_name = Column(String(50), comment="试剂名称")
|
|
|
|
# drug_name = Column(String(50), comment="试剂名称")
|
|
|
|