cf.sql 360 B

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