สร้างทะเบียนประวัติ ใหม่

This commit is contained in:
Bright 2024-05-07 14:56:54 +07:00
parent db712d586a
commit 9491a3db29
2 changed files with 411 additions and 271 deletions

View file

@ -7,6 +7,11 @@ using BMA.EHR.Domain.Models.Documents;
namespace BMA.EHR.Domain.Models.Placement
{
public class PlacementProfileId
{
[Comment("Id Profile")]
public string result { get; set; }
}
public class PlacementProfile : EntityBase
{