1
yangpeixing
2025-12-04 63e1ee997a5318e628b992f969bdac2fec6dbf14
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IStorageBasicService/Boxing/IBoxingInfoService.cs
@@ -7,5 +7,7 @@
{
    Task<WebResponseContent> AddGroupPlateAsync(GroupPlate groupPlate);
    Task<WebResponseContent> GetPalletCodeInfo(string palletCode);
    Task<WebResponseContent> DeleteGroupPlateAsync(GroupPlate groupPlate);
}