| | |
| | | 锘縰sing Microsoft.AspNetCore.Mvc; |
| | | using WIDESEA_DTO.Basic; |
| | | |
| | | namespace WIDESEA_IStorageBasicService; |
| | | |
| | | public interface IBoxingInfoService : IService<DtBoxingInfo> |
| | | { |
| | | /// <summary> |
| | | /// 娣诲姞缁勭洏 |
| | | /// </summary> |
| | | /// <param name="boxingInfo"></param> |
| | | /// <returns></returns> |
| | | Task<WebResponseContent> AddBoxingInfoAsync( DtBoxingInfo boxingInfo); |
| | | Task<WebResponseContent> AddGroupPlateAsync(GroupPlate groupPlate); |
| | | |
| | | Task<WebResponseContent> GetPalletCodeInfo(string palletCode); |
| | | |
| | | Task<WebResponseContent> DeleteGroupPlateAsync(GroupPlate groupPlate); |
| | | } |