去除引用common.props
This commit is contained in:
@@ -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.Inputs
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
{
|
||||
/// <summary>
|
||||
/// 出库签收输入参数
|
||||
@@ -19,7 +13,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
/// 载具ID
|
||||
/// </summary>
|
||||
public string carryId { get; set; }
|
||||
public string carry_code { get; set; }
|
||||
public string carry_code { get; set; }
|
||||
|
||||
public string new_carry_code { get; set; }
|
||||
|
||||
@@ -31,5 +25,5 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
public List<WmsDistaskCode> distaskCodes { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user