重庆新需求表字段修改

This commit is contained in:
liang.chao 2024-09-25 15:22:55 +08:00
parent 6fab545601
commit c921447c91
1 changed files with 5 additions and 0 deletions

View File

@ -8,3 +8,8 @@ alter table bm_agreement_info
-- 费用指标
alter table bm_project_lot
add cost_indicators decimal(10, 2) null comment '费用指标';
-- 退料接收时间
alter table back_apply_details
add back_receive_time datetime null comment '退料接收时间';