重庆新需求表字段修改
This commit is contained in:
parent
6fab545601
commit
c921447c91
|
|
@ -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 '退料接收时间';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue