Add Migration for Discipline Service
This commit is contained in:
parent
ff711c38df
commit
5bb6cfbee8
26 changed files with 7386 additions and 170 deletions
|
|
@ -12,10 +12,10 @@ namespace BMA.EHR.Domain.Models.Discipline
|
|||
[Required, Comment("สถานะอุทธรณ์/ร้องทุกข์")]
|
||||
public string Status { get; set; } = string.Empty;
|
||||
|
||||
[Comment("เรื่องที่อุทธรณ์/ร้องทุกข์"), Column(TypeName = "text")]
|
||||
[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;
|
||||
|
||||
[Required, Comment("ประเภทอุทธรณ์หรือร้องทุกข์")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue