curl --location --request GET 'http://hy-register:9999/veteran/focalWork/kanban' \
--header 'Authorization: Bearer {{token}}'
{
"code": 0,
"msg": null,
"data": [
{
"month": 5,
"count": 2,
"description": "县光之下方行,年样此多积酸选,求术别,响义走年被运",
"depts": [
{
"month": 5,
"departmentName": "综合科",
"works": [
{
"id": 1,
"content": "县光之下方行",
"status": 2
}
]
},
{
"month": 5,
"departmentName": "服务中心",
"works": [
{
"id": 2,
"content": "年样此多积酸选",
"status": 2
}
]
},
{
"month": 5,
"departmentName": "系统管理",
"works": [
{
"id": 3,
"content": "求术别",
"status": 0
},
{
"id": 4,
"content": "响义走年被运",
"status": 1
}
]
}
]
},
{
"month": 6,
"count": 3,
"description": "特农至步如标,会号只据选,高话运运民,构美机什是,联无合处",
"depts": [
{
"month": 6,
"departmentName": "综合科",
"works": [
{
"id": 5,
"content": "特农至步如标",
"status": 0
}
]
},
{
"month": 6,
"departmentName": "服务中心",
"works": [
{
"id": 6,
"content": "会号只据选",
"status": 0
}
]
},
{
"month": 6,
"departmentName": "系统管理",
"works": [
{
"id": 7,
"content": "高话运运民",
"status": 0
},
{
"id": 8,
"content": "构美机什是",
"status": 2
},
{
"id": 9,
"content": "联无合处",
"status": 2
}
]
}
]
},
{
"month": 7,
"count": 3,
"description": "节毛它组构用,再素能律阶,观原同利争,将王一各织示,族往相政响",
"depts": [
{
"month": 7,
"departmentName": "综合科",
"works": [
{
"id": 10,
"content": "节毛它组构用",
"status": 2
},
{
"id": 11,
"content": "再素能律阶",
"status": 2
}
]
},
{
"month": 7,
"departmentName": "服务中心",
"works": [
{
"id": 12,
"content": "观原同利争",
"status": 0
}
]
},
{
"month": 7,
"departmentName": "系统管理",
"works": [
{
"id": 13,
"content": "将王一各织示",
"status": 0
},
{
"id": 14,
"content": "族往相政响",
"status": 0
}
]
}
]
}
]
}