เพิ่ม type ประเภทประกาศพ้นราชการ
This commit is contained in:
parent
e1e3aeff5c
commit
3582a6d783
2 changed files with 6 additions and 4 deletions
|
|
@ -35,11 +35,11 @@ namespace BMA.EHR.Domain.Models.Organizations
|
|||
[Column(Order = 9), Comment("ParentId")]
|
||||
public OrganizationEntity? Parent { get; set; }
|
||||
|
||||
// [Column(Order = 10), Comment("OrganizationAgencyId")]
|
||||
// public OrganizationAgency? OrganizationAgency { get; set; }
|
||||
[Column(Order = 10), Comment("OrganizationAgencyId")]
|
||||
public OrganizationAgency? OrganizationAgency { get; set; }
|
||||
|
||||
// [Column(Order = 11), Comment("OrganizationGovernmentAgencyId")]
|
||||
// public OrganizationGovernmentAgency? OrganizationGovernmentAgency { get; set; }
|
||||
[Column(Order = 11), Comment("OrganizationGovernmentAgencyId")]
|
||||
public OrganizationGovernmentAgency? OrganizationGovernmentAgency { get; set; }
|
||||
|
||||
[Column(Order = 12), Comment("OrganizationOrder")]
|
||||
public int? OrganizationOrder { get; set; }
|
||||
|
|
|
|||
|
|
@ -164,6 +164,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
Year = x.Year,
|
||||
Round = x.Round,
|
||||
Total = x.Total,
|
||||
TypeReport = x.TypeReport,
|
||||
Json = true,
|
||||
})
|
||||
.ToListAsync();
|
||||
|
|
@ -182,6 +183,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
Year = retire.Year,
|
||||
Round = retire.Round,
|
||||
Total = retire.RetirementProfiles.Count(),
|
||||
TypeReport = retire.TypeReport,
|
||||
Json = false,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue