project_budget_income_detail
parent
eb05fb71eb
commit
cee7f5e7fb
|
@ -97,3 +97,7 @@ create table procurement_contract_budget_purchase_detail
|
|||
budget_cost_id int not null comment '成本ID'
|
||||
|
||||
) comment '采购合同流程预算采购明细的详情';
|
||||
|
||||
|
||||
alter table project_budget_income_detail
|
||||
add expiration_date varchar(32) null comment '质保期';
|
Loading…
Reference in New Issue