接口 AppIconApi
-
@Validated @Deprecated public interface AppIconApi
已过时。应用图标管理组件- 从以下版本开始:
- 9.6.0
- 作者:
- dingzhaojun, qinman, mengjuhua
- Date:
- 2022/2/10
-
-
方法概要
所有方法 实例方法 抽象方法 已过时的方法 修饰符和类型 方法 说明 List<net.risesoft.model.platform.AppIcon>listAllIcon()已过时。查询所有图标List<net.risesoft.model.platform.AppIcon>searchAppIcon(@NotBlank String name)已过时。根据名称查询应用图标列表
-
-
-
方法详细资料
-
listAllIcon
@GetMapping("/listAllIcon") List<net.risesoft.model.platform.AppIcon> listAllIcon()已过时。查询所有图标- 返回:
- List<AppIcon>
- 从以下版本开始:
- 9.6.0
-
-