slt task id

This commit is contained in:
sxu 2024-08-14 15:57:56 +08:00
parent cb063fa5b5
commit 6289399466
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ create table project_month_costs
id int auto_increment comment '主键id'
primary key,
agreement_id int null comment '协议id',
slt_month_id int null comment '结算记录关联id',
task_id int not null comment '结算记录关联taskId',
unit_id int null comment '单位id',
project_id int null comment '工程id',
month varchar(255) null comment '结算月份',

View File

@ -11,7 +11,7 @@ create table project_month_costs
id int auto_increment comment '主键id'
primary key,
agreement_id int null comment '协议id',
slt_month_id int null comment '结算记录关联id',
task_id int not null comment '结算记录关联taskId',
unit_id int null comment '单位id',
project_id int null comment '工程id',
month varchar(255) null comment '结算月份',