erp原材料调拨、委外调整
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.ErpInputs
|
||||
{
|
||||
public class RawMatTransferInstockInput
|
||||
public class TransferOutstockInput
|
||||
{
|
||||
/// <summary>
|
||||
/// 单号
|
||||
@@ -28,6 +28,11 @@ namespace Tnb.WarehouseMgr.Entities.Dto.ErpInputs
|
||||
/// </summary>
|
||||
public string? outstockorg_code { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 入库仓库编号
|
||||
/// </summary>
|
||||
public string? warehouse_instock { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 凭证日期
|
||||
/// </summary>
|
||||
Reference in New Issue
Block a user