去除引用common.props

This commit is contained in:
2023-11-06 19:35:59 +08:00
parent 6a2154edd9
commit c6b8dfc861
810 changed files with 3910 additions and 6695 deletions

View File

@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.WarehouseMgr.Entities.Dto
namespace Tnb.WarehouseMgr.Entities.Dto
{
/// <summary>
/// 生成预任务成功后输入参数
@@ -22,7 +16,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto
/// <summary>
/// 载具id集合
/// </summary>
public List<string>? CarryIds { get; set; }
public List<string>? CarryIds { get; set; }
/// <summary>
/// 载具Code
/// </summary>
@@ -50,7 +44,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto
/// <summary>
/// 预任务条码记录
/// </summary>
public List<WmsHandleCode> PreTaskHandleCodes { get; set; }=new List<WmsHandleCode>();
public List<WmsHandleCode> PreTaskHandleCodes { get; set; } = new List<WmsHandleCode>();
/// <summary>
/// 是否检验
/// </summary>