1
huangxiaoqiang
8 天以前 644cbe3e4eba765affa25454d69fee6286bb6094
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IStorageBasicService/Boxing/IBoxingInfoService.cs
@@ -5,4 +5,9 @@
public interface IBoxingInfoService : IService<DtBoxingInfo>
{
    Task<WebResponseContent> AddGroupPlateAsync(GroupPlate groupPlate);
    Task<WebResponseContent> GetPalletCodeInfo(string palletCode);
    Task<WebResponseContent> DeleteGroupPlateAsync(GroupPlate groupPlate);
}