提交代码
This commit is contained in:
@ -3,6 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using WCS.BLL.DbModels;
|
||||
using WCS.Model;
|
||||
|
||||
namespace WCS.BLL.HardWare
|
||||
@ -75,7 +76,7 @@ namespace WCS.BLL.HardWare
|
||||
/// <summary>
|
||||
/// 货架进入出库模式
|
||||
/// </summary>
|
||||
public void GoInOutstore();
|
||||
public void GoInOutstore(List<OutOrderMatDetail> MatDetails, OutOrder outOrder);
|
||||
|
||||
/// <summary>
|
||||
/// 货架退出出库模式
|
||||
|
Reference in New Issue
Block a user