ออกคำสั่งเงินเดือน

This commit is contained in:
Kittapath 2024-04-26 10:18:59 +07:00
parent b89c3301e3
commit 66c97a162b
14 changed files with 53814 additions and 1 deletions

View file

@ -217,6 +217,18 @@ namespace BMA.EHR.Domain.Models.Commands.Core
[Comment("Id เรื่องร้องเรียน")]
public Guid? ComplaintId { get; set; }
#endregion
#region " C-PM-33 - C-PM-32 "
[Comment("Id เรื่องเงินเดือน")]
public Guid? SalaryPeriodId { get; set; }
[MaxLength(4), Comment("ปีรอบเงินเดือน")]
public string? Year { get; set; }
[Comment("รอบเงินเดือน")]
public string? SalaryPeriod { get; set; }
#endregion
public virtual List<CommandDocument> Documents { get; set; } = new();