Add Migration for Discipline Service
This commit is contained in:
parent
ff711c38df
commit
5bb6cfbee8
26 changed files with 7386 additions and 170 deletions
|
|
@ -14,7 +14,7 @@ namespace BMA.EHR.Domain.Models.HR
|
|||
// public int Order { get; set; }
|
||||
[Comment("ระดับความผิด")]
|
||||
public string? Level { get; set; }
|
||||
[Column(TypeName = "text")]
|
||||
[Column(TypeName = "NCLOB")]
|
||||
[Comment("รายละเอียด")]
|
||||
public string? Detail { get; set; }
|
||||
[Comment("เอกสารอ้างอิง (เลขที่คำสั่ง)")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue