บันทึกข้อมูลรับโอน
This commit is contained in:
parent
19803fd523
commit
dec96d2bd3
8 changed files with 16467 additions and 60 deletions
|
|
@ -10,8 +10,8 @@ namespace BMA.EHR.Domain.Models.Placement
|
|||
{
|
||||
public class PlacementReceive : EntityBase
|
||||
{
|
||||
[Required, Comment("Id User")]
|
||||
public Profile Profile { get; set; }
|
||||
// [Required, Comment("Id User")]
|
||||
// public Profile Profile { get; set; }
|
||||
[Comment("Fk Table Document")]
|
||||
public Document? Avatar { get; set; }
|
||||
[Required, MaxLength(20), Comment("เลขประจำตัวประชาชน")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue