mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-10 17:56:21 +08:00
feat(work): 随官方更新打卡相关接口模型
This commit is contained in:
@@ -485,7 +485,6 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
public Types.LateRule? LateRule { get; set; }
|
||||
}
|
||||
|
||||
|
||||
public class Overtime
|
||||
{
|
||||
public static class Types
|
||||
@@ -934,6 +933,27 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
[Newtonsoft.Json.JsonProperty("buka_restriction")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("buka_restriction")]
|
||||
public int? RecheckinRestriction { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置自由上下班规则的跨天时间。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("span_day_time")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("span_day_time")]
|
||||
public int? SpanDayTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置自由上下班规则的工作时长(单位:秒)。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("standard_work_duration")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("standard_work_duration")]
|
||||
public int? StandardWorkDuration { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置是否开启审批打卡。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("open_sp_checkin")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("open_sp_checkin")]
|
||||
public bool? IsOpenApprovalCheckin { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -494,6 +494,34 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
[Newtonsoft.Json.JsonProperty("schedulelist")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("schedulelist")]
|
||||
public Types.Schedule[]? ScheduleList { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置补卡异常类型。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("buka_restriction")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("buka_restriction")]
|
||||
public int? RecheckinRestriction { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置自由上下班规则的跨天时间。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("span_day_time")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("span_day_time")]
|
||||
public int? SpanDayTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置自由上下班规则的工作时长(单位:秒)。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("standard_work_duration")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("standard_work_duration")]
|
||||
public int? StandardWorkDuration { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置是否开启审批打卡。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("open_sp_checkin")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("open_sp_checkin")]
|
||||
public bool? IsOpenApprovalCheckin { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user