1: vp_medical_rec 添加status字段

pull/1/head
xueqingkun 11 months ago
parent 7954a9dbe1
commit 169f99a177

@ -90,4 +90,4 @@ alter table vp_process
add evaluate_remark varchar(1024) null comment '评价备注内容'; add evaluate_remark varchar(1024) null comment '评价备注内容';
alter table vp_medical_rec alter table vp_medical_rec
add status integer null comment '上线状态 1未上线 2已经上线 状态为未上线且病历未出现在vp_process表中使用可以进行删除' after medical_record_ai; add status integer default 1 null comment '上线状态 1未上线 2已经上线 状态为未上线且病历未出现在vp_process表中使用可以进行删除' after medical_record_ai;
Loading…
Cancel
Save