|  |  |  | 
|---|
|  |  |  | using WIDESEA_Core.BaseServices; | 
|---|
|  |  |  | using WIDESEA_DTO; | 
|---|
|  |  |  | using WIDESEA_DTO.Inbound; | 
|---|
|  |  |  | using WIDESEA_External.Model; | 
|---|
|  |  |  | using WIDESEA_IInboundRepository; | 
|---|
|  |  |  | using WIDESEA_Model.Models; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | WebResponseContent GetInboundOrders(SaveModel saveModel); | 
|---|
|  |  |  | WebResponseContent MaterielGroup(int inboundOrderId, string palletCode, string serNum); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | WebResponseContent MaterielGroup(int inboundOrderId, string palletCode, List<string> serNums); | 
|---|
|  |  |  | WebResponseContent InPinKu(string inboundOrderId,int warehouseId, List<string> serNums); | 
|---|
|  |  |  | WebResponseContent WMSInPinKu(int warehouseId, List<string> serNums); | 
|---|
|  |  |  | WebResponseContent MaterielGroup(string palletCode, int Initiallife, int warehouseId, List<string> serNums); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //WebResponseContent FeedbackInboundOrder(int id); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | WebResponseContent MaterielGroup(SaveModel saveModel); | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// 鍏ュ簱瀹屾垚涓婃姤 | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | /// <returns></returns> | 
|---|
|  |  |  | WebResponseContent FeedbackInboundOrder(Dt_InboundOrder inboundOrder); | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | /// <param name="warehouse"></param> | 
|---|
|  |  |  | /// <param name="palletCode"></param> | 
|---|
|  |  |  | /// <param name="materielInfo"></param> | 
|---|
|  |  |  | /// <returns></returns> | 
|---|
|  |  |  | int GetPalletType(Dt_Warehouse warehouse, string palletCode); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|