GP12触摸屏优化

This commit is contained in:
2025-01-21 15:58:27 +08:00
parent 0e09b4a45c
commit 965f17eecd
5 changed files with 112 additions and 35 deletions

View File

@@ -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>