mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 10:38:10 +08:00
feat(work): 随官方更新获取成员假期余额的接口模型
This commit is contained in:
@@ -43,6 +43,13 @@
|
||||
[Newtonsoft.Json.JsonProperty("leftduration")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("leftduration")]
|
||||
public int LeftDuration { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置假期的实际发放时长(单位:秒)。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("real_assignduration")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("real_assignduration")]
|
||||
public int RealAssignDuration { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user