程序包 net.risesoft.api

类 CalendarConfigApiImpl

  • 所有已实现的接口:
    CalendarConfigApi

    @RestController
    @RequestMapping(value="/services/rest/calendarConfig",
                    produces="application/json")
    public class CalendarConfigApiImpl
    extends Object
    implements CalendarConfigApi
    日历配置接口
    作者:
    qinman, zhangchongjie
    Date:
    2022/12/20
    • 构造器详细资料

      • CalendarConfigApiImpl

        public CalendarConfigApiImpl()
    • 方法详细资料

      • findByYear

        public net.risesoft.pojo.Y9Result<CalendarConfigModel> findByYear​(@RequestParam
                                                                          String tenantId,
                                                                          @RequestParam
                                                                          String year)
        获取指定年节假日配置信息
        指定者:
        findByYear 在接口中 CalendarConfigApi
        参数:
        tenantId - 租户id
        year - 年份
        返回:
        Y9Result<CalendarConfigModel> 通用请求返回对象 - data 是日历配置
        从以下版本开始:
        9.6.6