..
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user