mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(work): 随官方更新获取企业假期管理配置的接口模型
This commit is contained in:
@@ -8,35 +8,49 @@
|
||||
"time_attr": 0,
|
||||
"duration_type": 0,
|
||||
"quota_attr": {
|
||||
"type": 2,
|
||||
"autoreset_time": 0,
|
||||
"autoreset_duration": 0
|
||||
"type": 1,
|
||||
"autoreset_time": 1641010352,
|
||||
"autoreset_duration": 432000,
|
||||
"quota_rule_type": 1,
|
||||
"quota_rules": {
|
||||
"list": [
|
||||
{
|
||||
"quota": 432000,
|
||||
"begin": 0,
|
||||
"end": 1
|
||||
},
|
||||
{
|
||||
"quota": 518400,
|
||||
"begin": 1,
|
||||
"end": 2
|
||||
},
|
||||
{
|
||||
"quota": 604800,
|
||||
"begin": 2,
|
||||
"end": 0
|
||||
}
|
||||
],
|
||||
"based_on_actual_work_time": true
|
||||
},
|
||||
"at_entry_date": true,
|
||||
"auto_reset_month_day": 0
|
||||
},
|
||||
"perday_duration": 86400
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "事假",
|
||||
"time_attr": 0,
|
||||
"duration_type": 0,
|
||||
"quota_attr": {
|
||||
"perday_duration": 86400,
|
||||
"is_newovertime": 0,
|
||||
"enter_comp_time_limit": 0,
|
||||
"expire_rule": {
|
||||
"type": 2,
|
||||
"autoreset_time": 0,
|
||||
"autoreset_duration": 0
|
||||
},
|
||||
"perday_duration": 86400
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "病假",
|
||||
"time_attr": 0,
|
||||
"duration_type": 0,
|
||||
"quota_attr": {
|
||||
"type": 2,
|
||||
"autoreset_time": 0,
|
||||
"autoreset_duration": 0
|
||||
},
|
||||
"perday_duration": 86400
|
||||
"duration": 2,
|
||||
"date": {
|
||||
"month": 0,
|
||||
"day": 0
|
||||
},
|
||||
"extern_duration_enable": false,
|
||||
"extern_duration": {
|
||||
"month": 0,
|
||||
"day": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user