Skip to content

Commit

Permalink
doc: 更新注释文档
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang committed Nov 20, 2023
1 parent 9535cb4 commit 69c5d18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/BootstrapBlazor/Components/Filters/TableFilter.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,14 @@ public partial class TableFilter : IFilter
[NotNull]
private ILookupService? LookupService { get; set; }

/// <summary>
/// 组件步长
/// </summary>
private string? _step;

/// <summary>
/// 外键数据源集合
/// </summary>
private Lazy<IEnumerable<SelectedItem>?> _lookup = default!;

/// <summary>
Expand Down

0 comments on commit 69c5d18

Please sign in to comment.