Commit 8476e93e by 王志超

feat: 主单审批,驳回选定的行动工单

parent c8fc33d3
Pipeline #86574 passed with stages
in 1 minute 28 seconds
...@@ -132,7 +132,7 @@ public class ChangeFlowSubmitReq { ...@@ -132,7 +132,7 @@ public class ChangeFlowSubmitReq {
private String rejectReason; private String rejectReason;
/** /**
* 要取消的子单ID列表(审批不通过时,选择要取消的行动工单 * 要驳回的子单ID列表(审批不通过时,选择要驳回的行动工单,必填
*/ */
private List<String> cancelSubFlowIds; private List<String> rejectSubFlowIds;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment