ออกคำสั่งเงินเดือน
This commit is contained in:
parent
b89c3301e3
commit
66c97a162b
14 changed files with 53814 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue