using Microsoft.AspNetCore.Mvc; namespace WIDESEA_IStorageBasicService; public interface IBoxingInfoService : IService { /// /// 添加组盘 /// /// /// WebResponseContent AddBoxingInfo(SaveModel saveModel); }