คำสั่ง38

This commit is contained in:
Kittapath 2024-06-28 17:38:58 +07:00
parent def2b8f7fe
commit d7677ac2a5
5 changed files with 391 additions and 43 deletions

View file

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