mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
feat(work): 随官方更新管理打卡规则相关接口模型
This commit is contained in:
parent
aa0937373f
commit
894a7c20fe
@ -927,6 +927,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
[Newtonsoft.Json.JsonProperty("buka_remind")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("buka_remind")]
|
||||
public Types.RecheckinReminder? RecheckinReminder { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置补卡异常类型。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("buka_restriction")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("buka_restriction")]
|
||||
public int? RecheckinRestriction { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -87,6 +87,7 @@
|
||||
"open_remind": true,
|
||||
"buka_remind_day": 28,
|
||||
"buka_remind_month": 0
|
||||
}
|
||||
},
|
||||
"buka_restriction": 0
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user