chenluhua1980
2026-01-08 9c9100b078e9ac4ee7ed61500b4d7c7a74207549
SourceCode/Bond/EAPSimulator/CPJsDlg.cpp
@@ -98,7 +98,7 @@
   {
      SERVO::CProcessJob* pj = new SERVO::CProcessJob("PJ0001");
      std::vector<uint8_t> slots1{ 1, 2, 3 };
      pj->addCarrier("CID1001", slots1);
      pj->addCarrier("Test-Cassette-001", slots1);
      pj->setRecipe(SERVO::RecipeMethod::NoTuning, "P1001");
      m_pjs.push_back(pj);
   }