diff --git a/wecom-objects/src/main/java/cn/felord/domain/approval/DateRangeWrapper.java b/wecom-objects/src/main/java/cn/felord/domain/approval/DateRangeWrapper.java index ed02268a..20cb8448 100644 --- a/wecom-objects/src/main/java/cn/felord/domain/approval/DateRangeWrapper.java +++ b/wecom-objects/src/main/java/cn/felord/domain/approval/DateRangeWrapper.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2023. felord.cn + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * https://www.apache.org/licenses/LICENSE-2.0 + * Website: + * https://felord.cn + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package cn.felord.domain.approval; import cn.felord.enumeration.DateRangeType; @@ -31,10 +46,12 @@ public class DateRangeWrapper { /** * Instantiates a new Wrapper. * - * @param type the type - * @param newBegin the new begin - * @param newEnd the new end - * @param newDuration the new duration + * @param type the type + * @param newBegin the new begin + * @param newEnd the new end + * @param newDuration the new duration + * @param perdayDuration the perday duration + * @param timezoneInfo the timezone info */ @JsonCreator DateRangeWrapper(@JsonProperty("type") DateRangeType type, diff --git a/wecom-objects/src/main/java/cn/felord/domain/approval/DateValue.java b/wecom-objects/src/main/java/cn/felord/domain/approval/DateValue.java index 0622ed77..dcf93270 100644 --- a/wecom-objects/src/main/java/cn/felord/domain/approval/DateValue.java +++ b/wecom-objects/src/main/java/cn/felord/domain/approval/DateValue.java @@ -78,8 +78,9 @@ public static class Wrapper { /** * Instantiates a new Wrapper. * - * @param type the type - * @param sTimestamp the s timestamp + * @param type the type + * @param sTimestamp the s timestamp + * @param timezoneInfo the timezone info */ @JsonCreator Wrapper(@JsonProperty("type") DateCtrlType type, diff --git a/wecom-objects/src/main/java/cn/felord/domain/approval/VacationValue.java b/wecom-objects/src/main/java/cn/felord/domain/approval/VacationValue.java index 649b21a0..a9aca712 100644 --- a/wecom-objects/src/main/java/cn/felord/domain/approval/VacationValue.java +++ b/wecom-objects/src/main/java/cn/felord/domain/approval/VacationValue.java @@ -49,7 +49,7 @@ public class VacationValue implements ContentDataValue { /** * Instantiates a new Vacation value. * - * @param key {@link ApprovalTmpDetailResponse#getVacationList()} + * @param key {@code ApprovalTmpDetailResponse#getVacationList()} * @param dateRange the date range */ public VacationValue(String key, DateRangeWrapper dateRange) {