#
luxiaotao1123
2024-09-19 b42565cdebc181eaafba44e051ad7fcd1f289edd
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.acs.manager.manager.service;
 
 
import com.zy.acs.manager.manager.entity.Action;
 
import java.util.List;
 
public interface ProgressService {
 
    void reloadActions(List<Action> actionList);
 
}