{
  "project": "智能菜品识别结算系统V1.0",
  "workspace": "/Users/hedy/Desktop/zhct",
  "outputs": {
    "frontend_docx": "/Users/hedy/Desktop/zhct/zhctprompt/product_software_copyright/ai-checkout-source-20260525/智能菜品识别结算系统V1.0-前端源码材料30页.docx",
    "backend_docx": "/Users/hedy/Desktop/zhct/zhctprompt/product_software_copyright/ai-checkout-source-20260525/智能菜品识别结算系统V1.0-后端源码材料30页.docx",
    "frontend_clean_text": "/Users/hedy/Desktop/zhct/zhctprompt/product_software_copyright/ai-checkout-source-20260525/frontend.selected.clean.txt",
    "backend_clean_text": "/Users/hedy/Desktop/zhct/zhctprompt/product_software_copyright/ai-checkout-source-20260525/backend.selected.clean.txt"
  },
  "page_count_each": 30,
  "lines_per_page": 50,
  "frontend_clean_lines": 1500,
  "backend_clean_lines": 1500,
  "frontend_source_selection": [
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_app/pagescourses/meals/identify.vue",
      "range": [
        1,
        320
      ],
      "reason": "拍照上传、菜品识别结果展示、重量编辑和保存入口",
      "clean_lines": 289,
      "selected_output_lines": [
        1,
        289
      ]
    },
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_app/pagescourses/meals/add-meal.vue",
      "range": [
        1,
        300
      ],
      "reason": "手动补充餐食、菜品搜索、识别失败后的人工修正流程",
      "clean_lines": 243,
      "selected_output_lines": [
        290,
        532
      ]
    },
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_app/pagescourses/meals/meal-detail.vue",
      "range": [
        1,
        230
      ],
      "reason": "识别后餐食详情、菜品明细、营养和重量展示",
      "clean_lines": 206,
      "selected_output_lines": [
        533,
        738
      ]
    },
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_app/settlement/ordering/cashier/index.vue",
      "range": [
        1,
        270
      ],
      "reason": "结算台支付页面、支付方式选择、支付提交和查单处理",
      "clean_lines": 196,
      "selected_output_lines": [
        739,
        934
      ]
    },
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_app/settlement/ordering/selectionOfDishes.vue",
      "range": [
        1,
        220
      ],
      "reason": "结算台菜品选择、分类切换和菜品数量调整",
      "clean_lines": 189,
      "selected_output_lines": [
        935,
        1123
      ]
    },
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_app/settlement/ordering/placeAnOrder.vue",
      "range": [
        1,
        260
      ],
      "reason": "结算台下单、订单金额计算和结算提交",
      "clean_lines": 244,
      "selected_output_lines": [
        1124,
        1367
      ]
    },
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_store/src/views/menu/dish/Index.vue",
      "range": [
        1,
        "EOF"
      ],
      "reason": "电脑端智能菜品列表、查询、编辑、删除和状态展示",
      "clean_lines": 168,
      "selected_output_lines": [
        1368,
        1535
      ]
    },
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_store/src/views/menu/dish/Add.vue",
      "range": [
        1,
        320
      ],
      "reason": "电脑端菜品新增编辑、图片样本、价格分类和保存",
      "clean_lines": 294,
      "selected_output_lines": [
        1536,
        1829
      ]
    },
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_store/src/api/menu/index.js",
      "range": [
        1,
        "EOF"
      ],
      "reason": "电脑端菜品管理接口调用封装",
      "clean_lines": 106,
      "selected_output_lines": [
        1830,
        1935
      ]
    },
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_app/api/checkout.js",
      "range": [
        1,
        "EOF"
      ],
      "reason": "结算台订单信息和提交接口",
      "clean_lines": 11,
      "selected_output_lines": [
        1936,
        1946
      ]
    }
  ],
  "backend_source_selection": [
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_api/app/terminal/service/equipment/Equipment.php",
      "range": [
        1,
        "EOF"
      ],
      "reason": "结算台设备配对、门店绑定、消息配置和识别参数下发",
      "clean_lines": 59,
      "selected_output_lines": [
        1,
        59
      ]
    },
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_api/app/terminal/service/dishes/Dishes.php",
      "range": [
        1,
        "EOF"
      ],
      "reason": "终端菜品详情、多菜品查询和识别所需菜品数据读取",
      "clean_lines": 128,
      "selected_output_lines": [
        60,
        187
      ]
    },
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_api/app/terminal/service/dishes/Img.php",
      "range": [
        1,
        "EOF"
      ],
      "reason": "终端菜品学习图片新增、删除和样本列表处理",
      "clean_lines": 93,
      "selected_output_lines": [
        188,
        280
      ]
    },
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_api/app/terminal/service/meal/Meal.php",
      "range": [
        1,
        "EOF"
      ],
      "reason": "终端就餐记录写入、识别结果落单和餐食明细生成",
      "clean_lines": 59,
      "selected_output_lines": [
        281,
        339
      ]
    },
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_api/app/api/controller/Checkout.php",
      "range": [
        1,
        "EOF"
      ],
      "reason": "结算台订单信息和提交入口",
      "clean_lines": 98,
      "selected_output_lines": [
        340,
        437
      ]
    },
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_api/app/api/service/meal/Checkout.php",
      "range": [
        1,
        430
      ],
      "reason": "餐食结算校验、订单初始化、菜品金额和明细计算",
      "clean_lines": 261,
      "selected_output_lines": [
        438,
        698
      ]
    },
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_api/app/api/service/cashier/MealPayment.php",
      "range": [
        1,
        260
      ],
      "reason": "餐食订单支付、支付方式处理和支付结果回写",
      "clean_lines": 128,
      "selected_output_lines": [
        699,
        826
      ]
    },
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_api/app/store/service/dishes/Dishes.php",
      "range": [
        1,
        260
      ],
      "reason": "电脑端菜品资料维护、图片样本和菜品库数据处理",
      "clean_lines": 195,
      "selected_output_lines": [
        827,
        1021
      ]
    },
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_api/app/api/service/meal/DirectPay.php",
      "range": [
        1,
        220
      ],
      "reason": "直接支付订单生成、餐食明细写入和支付前置校验",
      "clean_lines": 197,
      "selected_output_lines": [
        1022,
        1218
      ]
    },
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_api/app/api/service/meal/Order.php",
      "range": [
        1,
        300
      ],
      "reason": "订单列表详情中的菜品明细、支付状态和取餐展示数据",
      "clean_lines": 257,
      "selected_output_lines": [
        1219,
        1475
      ]
    },
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_api/app/api/controller/MealCashier.php",
      "range": [
        1,
        "EOF"
      ],
      "reason": "餐食收银台信息、支付提交和支付状态查询入口",
      "clean_lines": 30,
      "selected_output_lines": [
        1476,
        1505
      ]
    },
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_api/app/terminal/model/meal/MealInfos.php",
      "range": [
        1,
        "EOF"
      ],
      "reason": "终端识别餐食明细新增、合并和单项修改",
      "clean_lines": 105,
      "selected_output_lines": [
        1506,
        1610
      ]
    },
    {
      "path": "/Users/hedy/Desktop/zhct/zhctproject/ai_api/app/terminal/model/dishes/Dishes.php",
      "range": [
        1,
        "EOF"
      ],
      "reason": "终端菜品模型和识别菜品数据关联",
      "clean_lines": 80,
      "selected_output_lines": [
        1611,
        1690
      ]
    }
  ],
  "excluded_scope": [
    "登录认证",
    "权限角色",
    "路由配置",
    "框架基础代码",
    "通用工具类",
    "第三方依赖",
    "测试脚本",
    "缓存目录",
    "静态编辑器插件"
  ]
}