32 lines
702 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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