原材料仓绑定采购/委外/调拨条码接口调整、载具绑定记录调整启用、入库流水插入调整

This commit is contained in:
2024-08-12 17:51:55 +08:00
parent 3152824adb
commit e8066daef0
9 changed files with 106 additions and 13 deletions

View File

@@ -9,6 +9,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
public class AddOutinStockDetailInput
{
public WmsDistaskH disTask { get; set; }
public string? warehouse_id { get; set; }
public string? start_warehouse_id { get; set; }
public string? end_warehouse_id { get; set; }
}
}