接口 OptionValueApi


  • @Validated
    @Deprecated
    public interface OptionValueApi
    已过时。
    字典表管理组件
    从以下版本开始:
    9.6.0
    作者:
    dingzhaojun, qinman, mengjuhua
    Date:
    2022/2/10
    • 方法详细资料

      • listByType

        @GetMapping("/listByType")
        List<net.risesoft.model.platform.OptionValue> listByType​(@RequestParam("tenantId") @NotBlank
                                                                 @NotBlank String tenantId,
                                                                 @RequestParam("type") @NotBlank
                                                                 @NotBlank String type)
        已过时。
        根据类型查找
        参数:
        tenantId - 租户id
        type - 类型
        返回:
        List<OptionValue>
        从以下版本开始:
        9.6.0