程序包 net.risesoft.api
类 CalendarConfigApiImpl
- java.lang.Object
-
- 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
-
-
方法详细资料
-
findByYear
public net.risesoft.pojo.Y9Result<CalendarConfigModel> findByYear(@RequestParam String tenantId, @RequestParam String year)
获取指定年节假日配置信息- 指定者:
findByYear在接口中CalendarConfigApi- 参数:
tenantId- 租户idyear- 年份- 返回:
Y9Result<CalendarConfigModel>通用请求返回对象 - data 是日历配置- 从以下版本开始:
- 9.6.6
-
-