feat(work): 随官方更新管理打卡规则相关接口模型

This commit is contained in:
Fu Diwei 2023-10-09 11:30:00 +08:00
parent aa0937373f
commit 894a7c20fe
2 changed files with 9 additions and 1 deletions

View File

@ -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; }
}
}

View File

@ -87,6 +87,7 @@
"open_remind": true,
"buka_remind_day": 28,
"buka_remind_month": 0
}
},
"buka_restriction": 0
}
}