This commit is contained in:
chi
2025-05-26 17:19:36 +09:00
parent 8d0f0f8c8f
commit d6e7c118fb
40 changed files with 1550 additions and 3133 deletions

View File

@@ -7,7 +7,7 @@ namespace AGVControl.Models
public class AGV
{
public Point CurrentPosition { get; set; }
public string CurrentRFID { get; set; }
public uint CurrentRFID { get; set; }
public Direction CurrentDirection { get; set; }
public bool IsMoving { get; set; }
public List<Point> CurrentPath { get; set; }