GP12触摸屏优化
This commit is contained in:
@@ -60,6 +60,18 @@ namespace ZR.Admin.WebApi.Controllers
|
||||
return SUCCESS(response);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 获取缺陷项列表初始数据
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[HttpGet("GetDefectTableOptions")]
|
||||
[AllowAnonymous]
|
||||
public IActionResult GetDefectTableOptions()
|
||||
{
|
||||
var response = _QcGp12Service.GetDefectTableOptions();
|
||||
return SUCCESS(response);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 解析标签
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user