เพิ่มฟิวตำแหน่งตอนสร้างรอบสมัคร

This commit is contained in:
Kittapath 2023-04-05 00:58:22 +07:00
parent dee47f326d
commit bed23f911a
19 changed files with 3228 additions and 568 deletions

View file

@ -0,0 +1,13 @@
using System.Net;
using BMA.EHR.Recurit.Exam.Service.Models;
namespace BMA.EHR.Recurit.Exam.Service.Request
{
public class RequestStatusRegistry
{
public bool Consend { get; set; }
public bool Poition { get; set; }
public string? Status { get; set; }
public PositionExam? PositionExam { get; set; }
}
}