เพิ่มเครื่องราชฯ เพิ่มหน้ากรองลูกจ้างประจำก่อนประมวลผล
Some checks failed
release-dev / release-dev (push) Failing after 11s
Some checks failed
release-dev / release-dev (push) Failing after 11s
This commit is contained in:
parent
d0e5089a06
commit
8a3baab88f
10 changed files with 19516 additions and 2 deletions
15
BMA.EHR.Domain/Models/Insignias/InsigniaEmployee.cs
Normal file
15
BMA.EHR.Domain/Models/Insignias/InsigniaEmployee.cs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
using Microsoft.EntityFrameworkCore;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using BMA.EHR.Domain.Models.Base;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using BMA.EHR.Domain.Models.MetaData;
|
||||
using BMA.EHR.Domain.Models.Organizations;
|
||||
using BMA.EHR.Domain.Models.Documents;
|
||||
|
||||
namespace BMA.EHR.Domain.Models.Insignias
|
||||
{
|
||||
public class InsigniaEmployee : EntityBase
|
||||
{
|
||||
public string? RefId { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
@ -29,6 +29,7 @@ namespace BMA.EHR.Domain.Models.Insignias
|
|||
[Comment("สถานะการ Freez ข้อมูล")]
|
||||
public bool IsLock { get; set; } = false;
|
||||
public virtual List<InsigniaRequest> InsigniaRequests { get; set; }
|
||||
public virtual List<InsigniaEmployee> InsigniaEmployees { get; set; }
|
||||
|
||||
public Guid? RevisionId { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue