V13-FE-011: finalize search list layout slice
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Modules.OMS.Orders.Search;
|
||||
|
||||
public sealed record SearchOrdersRequest(
|
||||
DateOnly From,
|
||||
DateOnly To,
|
||||
Guid? ChannelId,
|
||||
string? Status,
|
||||
string? Keyword,
|
||||
bool ExceptionOnly = false,
|
||||
int Page = 1,
|
||||
int PageSize = 100);
|
||||
Reference in New Issue
Block a user