curl --location --request GET '/commute/shift/scheduling'
{
"pageNum": 1,
"rows": [
{
"baiduStatus": {},
"carNo": "苏A10201",
"driverId": "12345",
"driverName": "老王",
"id": "1",
"organization": {
"id": 1,
"name": "name",
"type": "dep"
},
"shiftName": "北苑线-变速箱厂",
"startDate": "2022-05-23",
"startTime": "08:10",
"ticketStatus": {},
"tripStatus": "1",
"useEnterprise": {
"id": 1,
"name": "name"
}
}
],
"totalCount": 1
}