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