添加出入库记录逻辑,采购收货调拨打印、绑定条码更接口变更等
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
{
|
||||
public class AddOutinStockDetailInput
|
||||
{
|
||||
public WmsDistaskH disTask { get; set; }
|
||||
public string? warehouse_id { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -9,5 +9,9 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
public class BarCodeInput
|
||||
{
|
||||
public string? BillId { get; set; }
|
||||
/// <summary>
|
||||
/// 条码的张数
|
||||
/// </summary>
|
||||
public int barcode_qty { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
public string? material_code { get; set; }
|
||||
public string? barcode { get; set; }
|
||||
public string? code_batch { get; set; }
|
||||
public string? codeqty { get; set; }
|
||||
public decimal codeqty { get; set; }
|
||||
public int is_out { get; set; }
|
||||
public string? unit_id { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user