ส่งวินัยไปออกคำสั่ง

This commit is contained in:
Kittapath 2023-12-22 15:29:24 +07:00
parent e8a288b4b2
commit f644654384
21 changed files with 24913 additions and 84 deletions

View file

@ -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; }