查询缺陷项 不分页

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

@@ -5,7 +5,7 @@ namespace DOAN.Model.MES.quality.IQC.Dto
/// <summary>
/// 缺陷类别查询对象
/// </summary>
public class QcDefectConfigQueryDto : PagerInfo
public class QcDefectConfigQueryDto :PagerInfo
{
public string Name { get; set; }
public string Code { get; set; }