程序包 net.risesoft.api

类 OptionClassApiImpl

  • 所有已实现的接口:
    OptionClassApi

    @RestController
    @RequestMapping(value="/services/rest/optionClass",
                    produces="application/json")
    public class OptionClassApiImpl
    extends Object
    implements OptionClassApi
    数据字典接口
    作者:
    qinman, zhangchongjie
    Date:
    2022/12/20
    • 构造器详细资料

      • OptionClassApiImpl

        public OptionClassApiImpl()
    • 方法详细资料

      • getOptionValueList

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