Compare commits

..

No commits in common. "6d486faeb66c6e201fe388d05bd454ca66d824d1" and "20f334157643fc2724eba0ad2f70cb6d013c470e" have entirely different histories.

1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
-- 配件id
alter table repair_apply_record
add part_id int null comment '配件id';
-- 0 未审核 1已审核
alter table repair_apply_record
add status int default 0 null comment '0 未审核 1已审核';
-- 是否结算0 未结算 1已结算
alter table repair_apply_record
add is_slt int default 0 null comment '是否结算0 未结算 1已结算';