项目代码/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); }