This commit is contained in:
parent
8a3baab88f
commit
87e8c17309
9 changed files with 19456 additions and 68 deletions
|
|
@ -1,15 +1,13 @@
|
|||
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
|
||||
{
|
||||
[Comment("Fk Table InsigniaPeriod")]
|
||||
public InsigniaPeriod InsigniaPeriod { get; set; }
|
||||
[Comment("id ตำแหน่งลูกจ้าง")]
|
||||
public string? RefId { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue