查询缺陷项 不分页

This commit is contained in:
qianhao.xu
2024-12-27 13:08:25 +08:00
parent 80c122558f
commit 3e3497bed3
4 changed files with 30 additions and 1 deletions

View File

@@ -37,6 +37,16 @@ namespace DOAN.WebApi.Controllers.MES.quality.FQC
return SUCCESS(response);
}
//TODO 查询缺陷项 不分页
[HttpGet("list_no_page")]
[AllowAnonymous]
public IActionResult QueryQcDefectConfigNoPage([FromQuery] QcDefectConfigQueryDto parm)
{
var response = _QcDefectConfigService.GetListNoPage(parm);
return SUCCESS(response);
}
/// <summary>
/// 查询缺陷类别详情