原材料转库逻辑变更
This commit is contained in:
@@ -48,11 +48,18 @@ namespace Tnb.WarehouseMgr.Interfaces
|
||||
string[] GetFloor1OutstockLocation();
|
||||
|
||||
/// <summary>
|
||||
/// 是否为三工位库位
|
||||
/// 是否为供料三工位库位
|
||||
/// </summary>
|
||||
/// <param name="location_id"></param>
|
||||
/// <returns></returns>
|
||||
string[] GetFloor1SGWOutstockLocation();
|
||||
string[] GetFloor1GLSGWOutstockLocation();
|
||||
|
||||
/// <summary>
|
||||
/// 是否为外协三工位库位
|
||||
/// </summary>
|
||||
/// <param name="location_id"></param>
|
||||
/// <returns></returns>
|
||||
string[] GetFloor1WXSGWOutstockLocation();
|
||||
|
||||
/// <summary>
|
||||
/// 生成预任务
|
||||
|
||||
Reference in New Issue
Block a user