Add Migration for Discipline Service
This commit is contained in:
parent
ff711c38df
commit
5bb6cfbee8
26 changed files with 7386 additions and 170 deletions
|
|
@ -14,10 +14,10 @@ namespace BMA.EHR.Domain.Models.Discipline
|
|||
[Required, Comment("ผู้ถูกร้องเรียน (PERSON คือ บุคคล, ORGANIZATION คือ หน่วยงาน, BANGKOK คือ กรุงเทพมหานคร)")]
|
||||
public string RespondentType { get; set; } = string.Empty;
|
||||
|
||||
[Required, Comment("เรื่องที่ร้องเรียน"), Column(TypeName = "text")]
|
||||
[Required, Comment("เรื่องที่ร้องเรียน"), Column(TypeName = "NCLOB")]
|
||||
public string Title { get; set; } = string.Empty;
|
||||
|
||||
[Comment("รายละเอียดของเรื่องร้องเรียน"), Column(TypeName = "text")]
|
||||
[Comment("รายละเอียดของเรื่องร้องเรียน"), Column(TypeName = "NCLOB")]
|
||||
public string? Description { get; set; } = string.Empty;
|
||||
|
||||
[Comment("วันที่รับเรื่อง เป็นวันที่ถือเป็นจุดเริ่มต้นของวินัยนั้น ๆ")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue