curl --location --request GET '/commute/duty/template'
{
"pageNum": 1,
"rows": [
{
"createBy": "admin",
"createTime": "2022-05-22 12:23:11",
"id": 1233,
"line": {},
"lineId": 1233,
"options": {
"shifts": [
{
"id": 0,
"startTime": "string",
"weekdays": [
{
"dayOfWeek": 1,
"driver": 333,
"driverName": "张三",
"vehicle": "苏A12345"
}
]
}
]
},
"shift": {},
"status": "上架",
"type": 1,
"typeLabel": "固定/交替",
"updateBy": "里斯",
"updateTime": "2022-05-22 12:23:11"
}
],
"totalCount": 1
}