32 lines
643 B
JSON
32 lines
643 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"id": "1",
|
||
|
|
"content": "修改 Product 类型添加 last_in_time 字段",
|
||
|
|
"status": "completed",
|
||
|
|
"priority": "high"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "2",
|
||
|
|
"content": "修改 fetchData 查询最近入库时间",
|
||
|
|
"status": "completed",
|
||
|
|
"priority": "high"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "3",
|
||
|
|
"content": "在移动端卡片显示入库时间",
|
||
|
|
"status": "completed",
|
||
|
|
"priority": "high"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "4",
|
||
|
|
"content": "在桌面端表格显示入库时间",
|
||
|
|
"status": "completed",
|
||
|
|
"priority": "medium"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "5",
|
||
|
|
"content": "验证修改",
|
||
|
|
"status": "completed",
|
||
|
|
"priority": "medium"
|
||
|
|
}
|
||
|
|
]
|