add table and class for gentree
This commit is contained in:
parent
ccebc7773f
commit
eb960ce533
8 changed files with 16951 additions and 1 deletions
14
BMA.EHR.Application/Responses/Organizations/OrgPosFinal.cs
Normal file
14
BMA.EHR.Application/Responses/Organizations/OrgPosFinal.cs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BMA.EHR.Application.Responses.Organizations
|
||||
{
|
||||
public class OrgPosFinal
|
||||
{
|
||||
public Guid? OrganizationPositionId { get; set; }
|
||||
public string? PositionNumberName { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue