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