slt task id
This commit is contained in:
parent
cb063fa5b5
commit
6289399466
|
|
@ -11,7 +11,7 @@ create table project_month_costs
|
||||||
id int auto_increment comment '主键id'
|
id int auto_increment comment '主键id'
|
||||||
primary key,
|
primary key,
|
||||||
agreement_id int null comment '协议id',
|
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',
|
unit_id int null comment '单位id',
|
||||||
project_id int null comment '工程id',
|
project_id int null comment '工程id',
|
||||||
month varchar(255) null comment '结算月份',
|
month varchar(255) null comment '结算月份',
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ create table project_month_costs
|
||||||
id int auto_increment comment '主键id'
|
id int auto_increment comment '主键id'
|
||||||
primary key,
|
primary key,
|
||||||
agreement_id int null comment '协议id',
|
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',
|
unit_id int null comment '单位id',
|
||||||
project_id int null comment '工程id',
|
project_id int null comment '工程id',
|
||||||
month varchar(255) null comment '结算月份',
|
month varchar(255) null comment '结算月份',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue