Autowired 一个接口的 List
Spring会自动把这个接口的所有实现类放进去
@Autowired private List<AssetCleanService> assetCleanServices;