|
|
@ -88,3 +88,6 @@ alter table vp_process
|
|
|
|
add evaluate_level int null comment '评价级别 1可靠 2基本可靠 3仅供参考';
|
|
|
|
add evaluate_level int null comment '评价级别 1可靠 2基本可靠 3仅供参考';
|
|
|
|
alter table vp_process
|
|
|
|
alter table vp_process
|
|
|
|
add evaluate_remark varchar(1024) null comment '评价备注内容';
|
|
|
|
add evaluate_remark varchar(1024) null comment '评价备注内容';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alter table vp_medical_rec
|
|
|
|
|
|
|
|
add status integer null comment '上线状态 1:未上线 2:已经上线 状态为未上线且病历未出现在vp_process表中使用可以进行删除' after medical_record_ai;
|