终端一体化运控平台
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

34 satır
1.3 KiB

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace BPASmartClient.Model.乐白机器人.Enum
  7. {
  8. public class Lebai_qsqdCode
  9. {
  10. #region 且时且多设备
  11. public const int SENCE_取咖啡杯 = 10031;
  12. public const int SENCE_取冰淇淋杯 = 10032;
  13. public const int SENCE_咖啡杯检测 = 10033;
  14. public const int SENCE_冰淇淋杯检测 = 10034;
  15. public const int SENCE_二次取咖啡杯 = 10035;
  16. public const int SENCE_二次取冰淇淋杯 = 10036;
  17. public const int SENCE_接咖啡 = 10037;
  18. public const int SENCE_接冰淇淋公共点 = 10038;
  19. public const int SENCE_接1号冰淇淋 = 10039;
  20. public const int SENCE_接2号冰淇淋 = 10040;
  21. public const int SENCE_接3号冰淇淋 = 10041;
  22. public const int SENCE_放咖啡位置 = 10042;
  23. public const int SENCE_放冰淇淋位置 = 10043;
  24. //add 新加场景
  25. public const int SENCE_接咖啡后回原点 = 10051;
  26. public const int SENCE_咖啡杯回原点 = 10050;
  27. public const int SENCE_冰淇淋杯回原点 = 10049;
  28. public const int SENCE_取咖啡出餐 = 10052;
  29. #endregion
  30. }
  31. }