10 lines
171 B
C#
10 lines
171 B
C#
namespace Tnb.WarehouseMgr.Interfaces
|
|
{
|
|
/// <summary>
|
|
/// 载具台账服务接口
|
|
/// </summary>
|
|
public interface IWmsCarryLedgerService
|
|
{
|
|
}
|
|
}
|