ออกคำสั่งใหม่

This commit is contained in:
kittapath 2025-02-21 19:11:20 +07:00
parent 12aceb5e00
commit e092604b97
15 changed files with 592 additions and 407 deletions

View file

@ -16,7 +16,7 @@ namespace BMA.EHR.Discipline.Service.Requests
public DateTime? commandAffectDate { get; set; }
public string? commandNo { get; set; }
public string? commandYear { get; set; }
public int? commandYear { get; set; }
public string? detail { get; set; }
}
}