API อัพเดทสถานะเป็นบรรจุ เฉพาะ Super_admin
All checks were successful
Build & Deploy Placement Service / build (push) Successful in 1m57s

This commit is contained in:
harid 2026-02-04 11:05:02 +07:00
parent 09a7208074
commit 970319e8c2
2 changed files with 44 additions and 1 deletions

View file

@ -0,0 +1,10 @@
using BMA.EHR.Domain.Models.MetaData;
using Microsoft.EntityFrameworkCore;
namespace BMA.EHR.Placement.Service.Requests
{
public class PersonUpdateStatusRequest
{
public Guid PersonalId { get; set; }
}
}