1
This commit is contained in:
@@ -50,6 +50,23 @@ namespace WebAPI.Controllers
|
||||
|
||||
return responeData;
|
||||
}
|
||||
|
||||
public Model.ResponeData getSavePackagingInformationById(string packagingManageId, string PipelineComponentIds)
|
||||
{
|
||||
|
||||
var responeData = new Model.ResponeData();
|
||||
try
|
||||
{
|
||||
BLL.APIPackagingManageService.getSavePackagingInformationById(packagingManageId, PipelineComponentIds);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
responeData.code = 0;
|
||||
responeData.message = ex.Message;
|
||||
}
|
||||
|
||||
return responeData;
|
||||
}
|
||||
public Model.ResponeData GetPackingInfoConfirmArrival( string packagingManageId,string PersonId)
|
||||
{
|
||||
var responeData = new Model.ResponeData();
|
||||
|
||||
Reference in New Issue
Block a user