物料清单查询功能添加

This commit is contained in:
2025-12-25 17:38:24 +08:00
parent 64bf683af2
commit 1eee715d60
2 changed files with 11 additions and 2 deletions

View File

@@ -6,6 +6,11 @@ namespace DOAN.Model.BZFM.Dto
/// </summary>
public class MmMaterialQueryDto : PagerInfo
{
public string MaterialName { get; set; }
public string MaterialCode { get; set; }
public string Specification { get; set; }
public string TypeLabel { get; set; }
public string Status { get; set; }
}
/// <summary>