shgx_tz_mom/ZR.Service/mes/wms/IService/IWaveForReceiptService.cs

13 lines
220 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ZR.Service.mes.wms.IService
{
internal interface IWaveForReceiptService
{
}
}