ลบฟิวที่ไม่ใช้ของ 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")]
|
[Column(Order = 9), Comment("ParentId")]
|
||||||
public Guid? ParentId { get; set; }
|
public Guid? ParentId { get; set; }
|
||||||
|
|
||||||
[Column(Order = 10), Comment("OrganizationAgencyId")]
|
// [Column(Order = 10), Comment("OrganizationAgencyId")]
|
||||||
public Guid? OrganizationAgencyId { get; set; }
|
// public Guid? OrganizationAgencyId { get; set; }
|
||||||
|
|
||||||
[Column(Order = 11), Comment("OrganizationGovernmentAgencyId")]
|
// [Column(Order = 11), Comment("OrganizationGovernmentAgencyId")]
|
||||||
public Guid? OrganizationGovernmentAgencyId { get; set; }
|
// public Guid? OrganizationGovernmentAgencyId { get; set; }
|
||||||
|
|
||||||
[Column(Order = 12), Comment("OrganizationOrder")]
|
[Column(Order = 12), Comment("OrganizationOrder")]
|
||||||
public int? OrganizationOrder { get; set; }
|
public int? OrganizationOrder { get; set; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue