fix: 修复流程设计器中指定人员后发起流程还需要选择接受人员问题

This commit is contained in:
tony
2022-12-25 21:29:30 +08:00
parent 08a43e8f4a
commit ad891029fe
5 changed files with 133 additions and 110 deletions

View File

@@ -16,10 +16,7 @@ import java.util.List;
public class FlowNextDto implements Serializable {
private String type;
private String dataType;
private String vars;
private List<SysUser> userList;
private List<SysRole> roleList;
}