Files
tnb.server/WarehouseMgr/Tnb.WarehouseMgr.Interfaces/IWmsCarryLedgerService.cs
2023-06-02 17:39:17 +08:00

16 lines
288 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.WarehouseMgr.Interfaces
{
/// <summary>
/// 载具台账服务接口
/// </summary>
public interface IWmsCarryLedgerService
{
}
}