change fore new field
This commit is contained in:
parent
d5670f11fd
commit
0324e4c270
12 changed files with 754 additions and 534 deletions
|
|
@ -1,9 +1,9 @@
|
|||
using Microsoft.EntityFrameworkCore;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using BMA.EHR.Report.Service.Models;
|
||||
using BMA.EHR.MetaData.Service.Models;
|
||||
|
||||
namespace BMA.EHR.Profile.Service.Models
|
||||
namespace BMA.EHR.Organization.Service.Models
|
||||
{
|
||||
public class PositionNumberEntity : EntityBase
|
||||
{
|
||||
|
|
@ -16,5 +16,9 @@ namespace BMA.EHR.Profile.Service.Models
|
|||
|
||||
[Column(Order = 3), Comment("Shortname")]
|
||||
public Guid? OrganizationShortNameId { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue