647556386
4 小时以前 a017f6a3f5b24637b99a38dbc0855785c6a2ebff
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_IBasicService/IWarehouseService.cs
@@ -6,6 +6,7 @@
using WIDESEA_Core;
using WIDESEA_Core.BaseRepository;
using WIDESEA_Core.BaseServices;
using WIDESEA_DTO.Basic;
using WIDESEA_Model.Models;
namespace WIDESEA_IBasicService
@@ -13,5 +14,9 @@
    public interface IWarehouseService : IService<Dt_Warehouse>
    {
        IRepository<Dt_Warehouse> Repository { get; }
        Task<WebResponseContent> ReceiveWarehouseArea(List<WarehouseAreaDto> models);
        List<WarehouseDTO> GetWarehouseTypes();
    }
}