1、agv 信息获取新增swagger备注
2、新增盘点签收相关功能接口
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
{
|
||||
/// <summary>
|
||||
/// Pda盘点签收输入参数
|
||||
/// </summary>
|
||||
public class TakeStockSignInput
|
||||
{
|
||||
public List<WmsCheckstockCode> details{ get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user