1
huangxiaoqiang
2025-11-21 97a9ad53c6d1ac097f46f0b5d4d4d53547c9efe4
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IStorageBasicService/Boxing/IBoxingInfoService.cs
@@ -5,17 +5,9 @@
public interface IBoxingInfoService : IService<DtBoxingInfo>
{
    /// <summary>
    /// 娣诲姞缁勭洏
    /// </summary>
    /// <param name="boxingInfo"></param>
    /// <returns></returns>
    Task<WebResponseContent> AddBoxingInfoAsync(AddBoxingDto boxingInfo);
    Task<WebResponseContent> AddGroupPlateAsync(GroupPlate groupPlate);
    /// <summary>
    /// 瑙g洏
    /// </summary>
    /// <param name="boxingInfo"></param>
    /// <returns></returns>
    Task<WebResponseContent> DeleteBoxingInfoAsync(AddBoxingDto boxingInfo);
    Task<WebResponseContent> GetPalletCodeInfo(string palletCode);
    Task<WebResponseContent> DeleteGroupPlateAsync(GroupPlate groupPlate);
}