| | |
| | | |
| | | WebResponseContent AddInboundOrder(InboundOrderAddDTO orderAddDTO); |
| | | WebResponseContent GetInboundOrder(InboundOrderGetDTO inboundOrderGetDTO); |
| | | Dt_InboundOrder GetInboundOrder(string inboundOrderNo); |
| | | WebResponseContent GetInboundOrderDetail(string OrderNo); |
| | | |
| | | WebResponseContent MaterielGroup(MaterielGroupDTO materielGroupDTO); |
| | | |
| | | WebResponseContent MaterielGroup(SaveModel saveModel); |
| | | WebResponseContent QueryOrderDetailInfo(int pageNo, string orderNo); |
| | | WebResponseContent QueryOrderInfo(int pageNo, string orderNo); |
| | | } |
| | | } |