Add Migration for Discipline Service
This commit is contained in:
parent
ff711c38df
commit
5bb6cfbee8
26 changed files with 7386 additions and 170 deletions
|
|
@ -40,7 +40,7 @@ namespace BMA.EHR.Domain.Models.Discipline
|
|||
[Comment("วันสิ้นสุดการสั่งพักราชการ/ให้ออกจากราชการไว้ก่อน")]
|
||||
public DateTime? EndDateSuspend { get; set; }
|
||||
|
||||
[Comment("เรื่องที่ร้องเรียน"), Column(TypeName = "text")]
|
||||
[Comment("เรื่องที่ร้องเรียน"), Column(TypeName = "NCLOB")]
|
||||
public string? Title { get; set; } = string.Empty;
|
||||
[Comment("ลักษณะความผิดครั้งแรกจะเป็น 'ยังไม่ระบุ' (NOT_SPECIFIED คือ ยังไม่ระบุ, NOT_DEADLY คือ ไม่ร้ายแรง, DEADLY คือ ร้ายแรง)")]
|
||||
public string? OffenseDetails { get; set; } = string.Empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue