agv调整

This commit is contained in:
qianhao.xu
2024-05-14 15:41:42 +08:00
parent 0e10169a87
commit 1f8d860379
4 changed files with 9 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ namespace ZR.Model.MES.wms
public List<AGV_location_third> positionCodePath { get; set; }
public string podDir { get; set; }
public string priority { get; set; }
public string agvCode { get; set; }
}
public class AGV_location_third
{