add page size for search model

This commit is contained in:
2026-02-01 18:14:28 +03:30
parent 87c3cebb60
commit 0e7787dd56
2 changed files with 2 additions and 1 deletions

View File

@@ -16,5 +16,6 @@ public class LoanSearchViewModel
public string EndDate { get; set; }
public int PageIndex { get; set; }
public int PageSize { get; set; } = 30;
public bool ShowAsGrouped { get; set; }
}