1
huangxiaoqiang
2025-10-29 dda095e27b535d5748340f127c5f83c0d1324226
项目代码/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);
}