AGV 调度失败

This commit is contained in:
qianhao.xu
2024-04-23 16:52:04 +08:00
parent e7c9496676
commit 50226106f5
2 changed files with 11 additions and 8 deletions

View File

@@ -12,7 +12,8 @@ namespace ZR.Model.MES.wms
public class AGVtask_third
{
public string reqCode { get; set; }
public string msg { get; set; }
public string msg {get; set; }
public string taskTyp { get; set; }
public List<AGV_location_third> positionCodePath { get; set; }
}