This commit is contained in:
2025-12-02 19:44:09 +08:00
parent 0a9574e209
commit a9f8779273
4 changed files with 40 additions and 52 deletions

View File

@@ -21,7 +21,7 @@ namespace Gatedge.K3Cloud.Utils.Model.K3Request
/// 过滤条件
/// </summary>
//public List<FilterItem>? FilterString { get; set; }
public List<FilterItem>? FilterString { get; set; }
public string? FilterString { get; set; }
/// <summary>
/// 排序字段
/// </summary>