Add Master Data
This commit is contained in:
10
AMREZ.EOP.Domain/Entities/MasterData/Manufacturer.cs
Normal file
10
AMREZ.EOP.Domain/Entities/MasterData/Manufacturer.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace AMREZ.EOP.Domain.Entities.MasterData;
|
||||
|
||||
public class Manufacturer : MasterBase
|
||||
{
|
||||
public string? CountryCode { get; set; }
|
||||
}
|
||||
|
||||
public class ManufacturerBlock : MasterBlockBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user