add migration for LeaveRequest
This commit is contained in:
parent
d6e43a44bb
commit
5c51bf1f99
9 changed files with 2156 additions and 6 deletions
9
BMA.EHR.Domain/Models/Leave/Commons/LeaveType.cs
Normal file
9
BMA.EHR.Domain/Models/Leave/Commons/LeaveType.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using BMA.EHR.Domain.Models.Base;
|
||||
|
||||
namespace BMA.EHR.Domain.Models.Leave.Commons
|
||||
{
|
||||
public class LeaveType : EntityBase
|
||||
{
|
||||
public string Name { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue