huangxiaoqiang
2025-10-27 387731cab892804912e68cb91e6fb804411c4756
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IStorageBasicService/Boxing/IBoxingInfoService.cs
@@ -5,4 +5,7 @@
public interface IBoxingInfoService : IService<DtBoxingInfo>
{
    Task<WebResponseContent> AddGroupPlateAsync(GroupPlate groupPlate);
    Task<WebResponseContent> DeleteGroupPlateAsync(GroupPlate groupPlate);
}