AGV调试

This commit is contained in:
qianhao.xu
2024-05-15 11:48:34 +08:00
parent 5e0be58a1d
commit 5c108fb878
6 changed files with 82 additions and 6 deletions

View File

@@ -0,0 +1,42 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ZR.Model.MES.mm
{
public enum AGVstatus
{
= 1,
= 2,
= 3,
= 4,
= 5,
= 6,
= 8,
线 = 9,
= 10,
= 11,
= 12,
= 13,
= 14,
= 15,
= 16,
= 17,
= 18,
= 20,
= 21,
= 23,
= 24,
= 25,
= 26,
= 27,
= 28,
退 = 29,
= 30,
= 31,
= 33,
= 34
}
}