Skip to content

Commit

Permalink
添加获取访问器
Browse files Browse the repository at this point in the history
  • Loading branch information
Kation committed Nov 2, 2017
1 parent b2b0723 commit fe288b2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ public interface IViewModel : IPagination
/// <summary>
/// 设置每页显示个数选项。
/// </summary>
new int[] PageSizeOption { set; }
new int[] PageSizeOption { get; set; }

/// <summary>
/// 设置当前页。
Expand Down

0 comments on commit fe288b2

Please sign in to comment.