出库签收代码调整
This commit is contained in:
@@ -15,6 +15,10 @@ namespace Tnb.WarehouseMgr.Entities.Consts
|
||||
/// </summary>
|
||||
public const string WMS_INSTOCK_D_BILL_STATUS_TYPEID = "25065133038101";
|
||||
/// <summary>
|
||||
/// 业务类型TypeId
|
||||
/// </summary>
|
||||
public const string WMS_BIZTYPE_ID = "25043955941909";
|
||||
/// <summary>
|
||||
/// 预任务生成EnCode
|
||||
/// </summary>
|
||||
public const string WMS_PRETASK_H_ENCODE = "PreTaskGen";
|
||||
|
||||
@@ -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