update 动态参数查询

This commit is contained in:
2021-05-31 13:57:28 +08:00
parent 074ff51e86
commit 48d8adb9ba
6 changed files with 8 additions and 42 deletions

View File

@@ -75,7 +75,7 @@ namespace Ewide.Core
/// <summary>
/// 查询条件
/// </summary>
public virtual SearchInfo[] _Search { get; set; }
public virtual SearchInfo[] SearchInfo { get; set; }
}
}