ลบฟิวที่ไม่ใช้ของ org
This commit is contained in:
parent
6350c78126
commit
d0e69cf941
1 changed files with 4 additions and 4 deletions
|
|
@ -56,11 +56,11 @@ namespace BMA.EHR.Profile.Service.Models
|
|||
[Column(Order = 9), Comment("ParentId")]
|
||||
public Guid? ParentId { get; set; }
|
||||
|
||||
[Column(Order = 10), Comment("OrganizationAgencyId")]
|
||||
public Guid? OrganizationAgencyId { get; set; }
|
||||
// [Column(Order = 10), Comment("OrganizationAgencyId")]
|
||||
// public Guid? OrganizationAgencyId { get; set; }
|
||||
|
||||
[Column(Order = 11), Comment("OrganizationGovernmentAgencyId")]
|
||||
public Guid? OrganizationGovernmentAgencyId { get; set; }
|
||||
// [Column(Order = 11), Comment("OrganizationGovernmentAgencyId")]
|
||||
// public Guid? OrganizationGovernmentAgencyId { get; set; }
|
||||
|
||||
[Column(Order = 12), Comment("OrganizationOrder")]
|
||||
public int? OrganizationOrder { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue