32 lines
702 B
JSON
Raw Normal View History

[
{
"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"
}
]