คำสั่ง38
This commit is contained in:
parent
def2b8f7fe
commit
d7677ac2a5
5 changed files with 391 additions and 43 deletions
|
|
@ -15,8 +15,8 @@
|
|||
public int orderYear { get; set; }
|
||||
public string signatoryBy { get; set; } = string.Empty;
|
||||
public string signatoryPosition { get; set; } = string.Empty;
|
||||
public Guid salaryPeriodId { get; set; }
|
||||
public string year { get; set; }
|
||||
public string salaryPeriod { get; set; }
|
||||
public Guid? salaryPeriodId { get; set; }
|
||||
public string? year { get; set; }
|
||||
public string? salaryPeriod { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue