[Add] MasterData Services.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.MasterData.PackingGroup;
|
||||
|
||||
public sealed record PackingGroupListRequest(
|
||||
int Page = 1,
|
||||
int PageSize = 20,
|
||||
string? Search = null,
|
||||
bool IncludeInactive = false,
|
||||
bool IncludeOverrides = true
|
||||
);
|
||||
Reference in New Issue
Block a user