1
This commit is contained in:
@@ -1248,5 +1248,26 @@ namespace WebAPI.Controllers
|
||||
return responeData;
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 获取焊接位置
|
||||
/// <summary>
|
||||
/// 获取焊接位置
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public Model.ResponeData getWeldingLocation()
|
||||
{
|
||||
var responeData = new Model.ResponeData();
|
||||
try
|
||||
{
|
||||
responeData.data = APIBaseInfoService.GetWeldingLocationList();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
responeData.code = 0;
|
||||
responeData.message = ex.Message;
|
||||
}
|
||||
return responeData;
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user