Merge branch 'migration' of github.com:dikstub-rssa/simrs-be into feat/bpjs-api-70

This commit is contained in:
dpurbosakti
2025-10-14 13:40:50 +07:00
8 changed files with 54 additions and 10 deletions
@@ -128,7 +128,7 @@ func getMainEntities() []any {
&personrelative.PersonRelative{},
&patient.Patient{},
&appointment.Appointment{},
&vclaimsep.VClaimSep{},
&vclaimsep.VclaimSep{},
&encounter.Encounter{},
&laborant.Laborant{},
&specialist.Specialist{},
@@ -159,7 +159,7 @@ func getMainEntities() []any {
&midwife.Midwife{},
&postalregion.PostalRegion{},
&internalreference.InternalReference{},
&vclaimsephist.VClaimSepHist{},
&vclaimsepprint.VClaimSepPrint{},
&vclaimsephist.VclaimSepHist{},
&vclaimsepprint.VclaimSepPrint{},
}
}