| | |
| | | using WIDESEA_Core; |
| | | using WIDESEA_Core.BaseRepository; |
| | | using WIDESEA_Core.BaseServices; |
| | | using WIDESEA_DTO.Inbound; |
| | | using WIDESEA_DTO.Outbound; |
| | | using WIDESEA_Model.Models; |
| | | |
| | |
| | | /// <returns></returns> |
| | | WebResponseContent DeleteBarcode(NoStockOutModel noStockOut); |
| | | |
| | | WebResponseContent NoStockOutSubmit(NoStockOutSubmit noStockOutSubmit); |
| | | Task<WebResponseContent> NoStockOutSubmit(NoStockOutSubmit noStockOutSubmit); |
| | | |
| | | Task<WebResponseContent> RemoveEmptyPallet(string orderNo, string palletCode); |
| | | |
| | | |
| | | WebResponseContent UnPalletQuantity(string orderNo); |
| | | WebResponseContent BarcodeMaterielGroup(BarcodeMaterielGroupDTO materielGroupDTO); |
| | | } |
| | | } |