机器人回调出库功能

This commit is contained in:
alex
2023-06-30 15:35:46 +08:00
parent e4a596a71f
commit 74fa55af9d
7 changed files with 208 additions and 16 deletions

View File

@@ -35,5 +35,9 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
/// 是否最后一个
/// </summary>
public bool isLast { get; set; }
/// <summary>
/// 位置
/// </summary>
public int loc { get; set; }
}
}