ลาออกลูกจ้าง
This commit is contained in:
parent
8e4ed43a9d
commit
0f75dad798
14 changed files with 21151 additions and 714 deletions
|
|
@ -0,0 +1,13 @@
|
|||
using BMA.EHR.Domain.Models.MetaData;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace BMA.EHR.Retirement.Service.Requests
|
||||
{
|
||||
public class RetirementResignEmployeeEditRequest
|
||||
{
|
||||
public string? Location { get; set; }
|
||||
public DateTime? SendDate { get; set; }
|
||||
public DateTime? ActiveDate { get; set; }
|
||||
public string? Reason { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue