接口 OptionClassApi


  • public interface OptionClassApi
    数据字典
    作者:
    qinman, zhangchongjie
    Date:
    2022/12/19
    • 方法详细资料

      • getOptionValueList

        @GetMapping("/getOptionValueList")
        net.risesoft.pojo.Y9Result<List<Y9FormOptionValueModel>> getOptionValueList​(@RequestParam("tenantId")
                                                                                    String tenantId,
                                                                                    @RequestParam("type")
                                                                                    String type)
        获取数据字典列表
        参数:
        tenantId - 租户id
        type - 字典标识
        返回:
        Y9Result<List<Y9FormOptionValueModel>> 通用请求返回对象 -data是数据字典列表
        从以下版本开始:
        9.6.6