1
huangxiaoqiang
9 天以前 7195016afc472307e4db0b415e45c9d4275bdb02
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IStorageBasicService/Boxing/IBoxingInfoService.cs
@@ -5,10 +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);
    Task<WebResponseContent> GetPalletCodeInfo(string palletCode);
    Task<WebResponseContent> DeleteGroupPlateAsync(GroupPlate groupPlate);
}