hao
2025-10-15 e122d5b720a9415ba655c93eecd96aaa4d0b8287
StandardInterface/MES.Service/Dto/service/XJPageResult.cs
@@ -17,8 +17,13 @@
    /// <summary>
    /// 搜索条件索引,用于指定搜索哪个字段
    /// 0: 项目(不筛选), 1: 物料编号, 2: 物料名称, 3: 供应商, 4: 到货单号, 5: 检验单号, 6: 物料规格
    /// 0: 工单, 1: 检验单号, 2: 产线, 3: 物料编码, 4: 物料名称
    /// </summary>
    public int? selectedIndex { get; set; }
    /// <summary>
    /// 搜索字段名,用于指定搜索哪个字段
    /// </summary>
    public string? searchField { get; set; }
}