Commit 3f588999 by 王志超

feat: 变更工单列表枚举更新

parent beddd839
Pipeline #86154 passed with stages
in 1 minute 29 seconds
......@@ -55,7 +55,7 @@ public class ChangeSubFlowController {
}
/**
* 变更行动工单列表查询
* 变更行动工单列表查询,new
*
* @param page 页码
* @param pageSize 每页大小
......@@ -65,7 +65,7 @@ public class ChangeSubFlowController {
* @param supplier 供应商
* @param changeExecUser 变更行动人(姓名或邮箱)
* @param changeExecDepartment 变更行动部门
* @param subFlowNode 行动工单状态
* @param status 行动工单状态
* @param startTime 开始时间(行动工单发起时间)
* @param endTime 结束时间(行动工单发起时间)
* @param onlyMyFollowed 数据可见范围:仅查看我跟进的工单(默认true)
......@@ -99,7 +99,7 @@ public class ChangeSubFlowController {
}
/**
* 变更行动工单详情查询
* 变更行动工单详情查询,new
* 说明:展示内容和主单的detail一样,但行动项只展示该变更行动工单下绑定的行动项
*
* @param subFlowId 变更行动工单ID(即topo)
......@@ -111,7 +111,7 @@ public class ChangeSubFlowController {
}
/**
* 子流程提交
* 子流程提交,new
*
* @return
*/
......
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