public void 注册审批流程(I审批 <T请求, T上下文> __步骤) { __步骤列表.Add(__步骤); }
public void 注册审批流程(I审批 <T请求, T上下文> __步骤, int 顺序) { __步骤列表.Insert(顺序, __步骤); }