ส่งวินัยไปออกคำสั่ง
This commit is contained in:
parent
e8a288b4b2
commit
f644654384
21 changed files with 24913 additions and 84 deletions
|
|
@ -200,6 +200,22 @@ namespace BMA.EHR.Domain.Models.Commands.Core
|
|||
|
||||
#endregion
|
||||
|
||||
#region " C-PM-25 - C-PM-32 "
|
||||
|
||||
[Comment("ระดับความผิด")]
|
||||
public string? FaultLevel { get; set; }
|
||||
|
||||
[Comment("กรณีความผิด")]
|
||||
public string? CaseFault { get; set; }
|
||||
|
||||
[Comment("ผลดำเนินการพิจารณา")]
|
||||
public string? Result { get; set; }
|
||||
|
||||
[Comment("อ้างอิงมาตราตามกฏหมาย")]
|
||||
public string? RefRaw { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
public virtual List<CommandDocument> Documents { get; set; } = new();
|
||||
|
||||
public virtual List<CommandReceiver> Receivers { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue