{
"date": "string",
"schedule": {
"scheduleId": "string",
"scheduleName": "string",
"color": "string"
},
"swapRecordList": [
{
"date": "string",
"myGroupUser": {
"groupUserId": "string",
"groupUserName": "string"
},
"hisGroupUser": {
"groupUserId": "string",
"groupUserName": "string"
},
"mySchedule": {
"scheduleId": "string",
"scheduleName": "string"
},
"hisSchedule": {
"scheduleId": "string",
"scheduleName": "string"
},
"myApply": true,
"recordId": "string"
}
],
"swappingRecordList": [
{
"date": "string",
"myGroupUser": {
"groupUserId": "string",
"groupUserName": "string"
},
"hisGroupUser": {
"groupUserId": "string",
"groupUserName": "string"
},
"mySchedule": {
"scheduleId": "string",
"scheduleName": "string"
},
"hisSchedule": {
"scheduleId": "string",
"scheduleName": "string"
},
"myApply": true,
"recordId": "string"
}
]
}