20 lines
395 B
JSON
20 lines
395 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"id": "1",
|
||
|
|
"content": "修改入库记录为生产记录",
|
||
|
|
"status": "completed",
|
||
|
|
"priority": "high"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "2",
|
||
|
|
"content": "修改仓库管理为生产仓库管理",
|
||
|
|
"status": "completed",
|
||
|
|
"priority": "high"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "3",
|
||
|
|
"content": "修复坯布入库状态显示为进行中",
|
||
|
|
"status": "completed",
|
||
|
|
"priority": "high"
|
||
|
|
}
|
||
|
|
]
|