Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
NotFound403 committed Dec 19, 2023
1 parent fa564ca commit c36c944
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c36c944

Please sign in to comment.