12345 |
- alter table oa_pro_task_hour add unit_price decimal(18,2) null comment '人员成本单价(元/月)';
- alter table oa_pro_task_hour add user_cost decimal(18,2) null comment '人员成本(元)';
- alter table oa_pro_task_hour add post_id varchar(255) null comment '岗位id';
- alter table oa_pro_task_hour add post_level varchar(255) null comment '职级';
|