erp原材料调拨、委外调整

This commit is contained in:
2024-08-01 01:01:14 +08:00
parent 5df23e01ee
commit 97872f92ff
12 changed files with 510 additions and 208 deletions

View File

@@ -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>