# 2022年07月07日策略模式

@Resource
private List<ITaskService> taskServiceList;

可以注入实现了所有ITaskService接口的实现类
