修复问题

This commit is contained in:
wulin 2020-10-30 10:55:37 +08:00
parent b2d5db2149
commit 8f38d222fa

View File

@ -36,7 +36,7 @@ public interface FlowStartService extends IService<FlowStart> {
FlowStart selectFlowStartByName(String name);
R startStaffs(StartGroups startGroupStaffIds)
R startStaffs(StartGroups startGroupStaffIds);
R saveStart(FlowStart flowStart);