using DS.Module.Core;
using DS.WMS.Core.Code.Import;
using Microsoft.AspNetCore.Http;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DS.WMS.Core.Code.Interface
{
public interface IDataImportService
{
///
/// 导入昭阳信息
///
///
///
public Task> ImportZYData(DataImportZY req);
}
}