agv配料

This commit is contained in:
qianhao.xu
2024-04-29 18:50:44 +08:00
parent 96bb0fa527
commit 4a66ac854e
7 changed files with 232 additions and 6 deletions

View File

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