终端一体化运控平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
230 B

  1. namespace BPASmartClient.AGV.Enums
  2. {
  3. /// <summary>
  4. /// 小皮带任务枚举
  5. /// </summary>
  6. public enum SmallBelt
  7. {
  8. /// <summary>
  9. /// 任务完成
  10. /// </summary>
  11. DONE
  12. }
  13. }