V13-FE-011: finalize search list layout slice
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Modules.ERP.Items.Search;
|
||||
|
||||
public sealed record SearchItemsRequest(
|
||||
string? Keyword,
|
||||
int Page = 1,
|
||||
int PageSize = 200);
|
||||
Reference in New Issue
Block a user