แก้ยกเลิกลาออก

This commit is contained in:
kittapath 2024-10-30 13:49:42 +07:00
parent 4c80c26508
commit 4cb5ff7102
6 changed files with 621 additions and 288 deletions

View file

@ -0,0 +1,11 @@
using BMA.EHR.Domain.Models.MetaData;
using Microsoft.EntityFrameworkCore;
namespace BMA.EHR.Retirement.Service.Requests
{
public class RetirementReasonCancelRequest
{
public string Reason { get; set; }
public bool Reject { get; set; }
}
}