project_budget_income_detail

master
Harry Yang 2023-01-06 14:30:27 +08:00
parent eb05fb71eb
commit cee7f5e7fb
1 changed files with 4 additions and 0 deletions

View File

@ -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 '质保期';