提交代码
This commit is contained in:
@@ -127,6 +127,24 @@ namespace WebAPI.Controllers
|
||||
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
public Model.ResponeData getWorkSectionAndDrawingName(string drawingId)
|
||||
{
|
||||
Model.ResponeData respone = new ResponeData();
|
||||
try
|
||||
{
|
||||
|
||||
return APIQuantityManagementService.getWorkSectionAndDrawingName(drawingId);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
respone.code = 0;
|
||||
respone.message = e.Message;
|
||||
}
|
||||
return respone;
|
||||
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
public Model.ResponeData getProjectContentList(string drawingId, string part)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user