接口 OptionClassApi
-
public interface OptionClassApi数据字典- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/19
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 net.risesoft.pojo.Y9Result<List<Y9FormOptionValueModel>>getOptionValueList(String tenantId, String type)获取数据字典列表
-
-
-
方法详细资料
-
getOptionValueList
@GetMapping("/getOptionValueList") net.risesoft.pojo.Y9Result<List<Y9FormOptionValueModel>> getOptionValueList(@RequestParam("tenantId") String tenantId, @RequestParam("type") String type)获取数据字典列表- 参数:
tenantId- 租户idtype- 字典标识- 返回:
Y9Result<List<Y9FormOptionValueModel>>通用请求返回对象 -data是数据字典列表- 从以下版本开始:
- 9.6.6
-
-