32 lines
702 B
JSON
32 lines
702 B
JSON
|
|
[
|
|||
|
|
{
|
|||
|
|
"id": "1",
|
|||
|
|
"content": "数据库迁移:为 products 表添加图片字段",
|
|||
|
|
"status": "in_progress",
|
|||
|
|
"priority": "high"
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"id": "2",
|
|||
|
|
"content": "更新类型定义:ProductWithInventory 添加图片字段",
|
|||
|
|
"status": "pending",
|
|||
|
|
"priority": "high"
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"id": "3",
|
|||
|
|
"content": "修改 ProductForm:添加图片上传功能",
|
|||
|
|
"status": "pending",
|
|||
|
|
"priority": "high"
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"id": "4",
|
|||
|
|
"content": "修改 ProductList:显示产品图片",
|
|||
|
|
"status": "pending",
|
|||
|
|
"priority": "high"
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"id": "5",
|
|||
|
|
"content": "修改 WarehouseManage:处理图片数据",
|
|||
|
|
"status": "pending",
|
|||
|
|
"priority": "medium"
|
|||
|
|
}
|
|||
|
|
]
|