cf.sql 274 B

123456
  1. alter table oa_pro_task
  2. add post_id varchar(100) null comment '处理人岗位id';
  3. alter table oa_pro_task
  4. add post_level varchar(100) null comment '处理人职级名称';
  5. alter table oa_pro_task
  6. add post_cost decimal(18,2) null comment '处理人人力成本';