Commit a15a46eb by 王志超

feat: 重构变更工单创建流程,使用新的流程

parent 96e00330
Pipeline #85710 passed with stages
in 1 minute 31 seconds
......@@ -84,6 +84,16 @@ public class ChangeExecRecord {
private String changeExecFinishDesc;
/**
* 子流程工单ID
*/
private Long subFlowId;
/**
* 子流程当前节点
*/
private String subFlowNode;
/**
* 创建时间
*/
private Long createTime;
......
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