自动化项目接口协议
    • MesForOms
      • 进站,判定LOT 是否允许生产
        GET
      • 请求周转仓需返回仓库
        GET
      • AGV 和 设备 事件上传
        GET
    • OmsForMes
      • 创建批次
        POST
      • QA信息录入
        GET
    • AgvForOms
      • AGV 执行指令
        GET
    • OmsForAgv
      • AGV 事件上传
        GET
    • 数据模型
      • ApiResult
      • BackWarehouseResult
      • CommandData
      • CommandType
      • EventData
      • EventType
      • LotInfo

    BackWarehouseResult

    周转仓返回仓库返回值

    {
        "backWarehouse": "string",
        "success": true,
        "errorMessage": "string",
        "errorCode": 0
    }
    Built with