出库签收代码调整
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
{
|
||||
/// <summary>
|
||||
/// 出库签收输入参数
|
||||
/// </summary>
|
||||
public class SignForDeliveryInput
|
||||
{
|
||||
/// <summary>
|
||||
/// 任务ID
|
||||
/// </summary>
|
||||
public string disTaskId { get; set; }
|
||||
/// <summary>
|
||||
/// 载具ID
|
||||
/// </summary>
|
||||
public string carryId { get; set; }
|
||||
/// <summary>
|
||||
/// 服务模块
|
||||
/// </summary>
|
||||
public string serviceModule { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user