[Add] MasterData Services.
This commit is contained in:
11
AMREZ.EOP.Contracts/DTOs/MasterData/Uom/UomCreateRequest.cs
Normal file
11
AMREZ.EOP.Contracts/DTOs/MasterData/Uom/UomCreateRequest.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.MasterData.Uom;
|
||||
|
||||
public sealed record UomCreateRequest(
|
||||
string Code,
|
||||
string Name,
|
||||
Dictionary<string, string>? NameI18n,
|
||||
Dictionary<string, object>? Meta,
|
||||
string Scope = "tenant",
|
||||
Guid? OverridesGlobalId = null,
|
||||
bool IsActive = true
|
||||
);
|
||||
Reference in New Issue
Block a user