no message

This commit is contained in:
kittapath 2024-12-25 22:57:15 +07:00
parent 39acbb7f95
commit 90a958adde
2 changed files with 195 additions and 173 deletions

File diff suppressed because it is too large Load diff

View file

@ -94,7 +94,7 @@ namespace BMA.EHR.Application.Responses.Profiles
public Guid? LastUpdateUserId { get; set; }
public string? CreatedFullName { get; set; }
public string? LastUpdateFullName { get; set; }
public string PosNo { get; set; } = string.Empty;
public string? PosNo { get; set; } = string.Empty;
public double? Amount { get; set; }
@ -102,15 +102,15 @@ namespace BMA.EHR.Application.Responses.Profiles
public double? MouthSalaryAmount { get; set; }
public int Order { get; set; }
public int? Order { get; set; }
public DateTime? Date { get; set; }
public string PositionLevel { get; set; } = string.Empty;
public string? PositionLevel { get; set; } = string.Empty;
public string PositionType { get; set; } = string.Empty;
public string? PositionType { get; set; } = string.Empty;
public string Position { get; set; } = string.Empty;
public string? Position { get; set; } = string.Empty;
}