查询缺陷项 不分页
This commit is contained in:
@@ -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>
|
||||
/// 查询缺陷类别详情
|
||||
|
||||
Reference in New Issue
Block a user