| | |
| | | using WIDESEA_Core.BaseServices; |
| | | using WIDESEA_DTO.Inbound; |
| | | using WIDESEA_IInboundRepository; |
| | | using WIDESEA_Model; |
| | | using WIDESEA_Model.Models; |
| | | using WIDESEA_Model.Models.System.Request; |
| | | |
| | | namespace WIDESEA_IInboundService |
| | | { |
| | |
| | | WebResponseContent GetInboundOrderDetail(string OrderNo); |
| | | |
| | | WebResponseContent MaterielGroup(MaterielGroupDTO materielGroupDTO); |
| | | |
| | | /// <summary> |
| | | /// 鎾ら攢缁勭洏 |
| | | /// </summary> |
| | | /// <param name="materielGroupDTO"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent MaterielGroupRevoke(string PalletCode); |
| | | WebResponseContent QueryOrderInfo(int pageNo, string orderNo); |
| | | |
| | | ReturnInventoryResponse returnInventory(string inventoryRequeststr); |
| | | } |
| | | } |