载具更换代码优化
This commit is contained in:
@@ -6,8 +6,10 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Interfaces
|
||||
{
|
||||
public class IWmsCarryEntity
|
||||
/// <summary>
|
||||
/// 投料业务接口
|
||||
/// </summary>
|
||||
public interface IWmsFeedingService
|
||||
{
|
||||
string carry_id { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// Wms路径管理业务接口
|
||||
/// </summary>
|
||||
public interface IWmsRouteMgrService
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user