add several fields into person

This commit is contained in:
dpurbosakti
2025-09-02 12:24:03 +07:00
parent 8594bc51d4
commit e8a7123f30
6 changed files with 97 additions and 2 deletions
@@ -20,6 +20,7 @@ import (
insurancecompany "simrs-vx/internal/domain/main-entities/insurance-company"
item "simrs-vx/internal/domain/main-entities/item"
itemprice "simrs-vx/internal/domain/main-entities/item-price"
language "simrs-vx/internal/domain/main-entities/language"
material "simrs-vx/internal/domain/main-entities/material"
mcusrc "simrs-vx/internal/domain/main-entities/mcu-src"
mcusrccategory "simrs-vx/internal/domain/main-entities/mcu-src-category"
@@ -119,6 +120,7 @@ func GetEntities() []any {
&material.Material{},
&device.Device{},
&doctorfee.DoctorFee{},
&language.Language{},
}
}