add maintenance model, factory and service
This commit is contained in:
parent
cb60d61773
commit
0f6401953f
11 changed files with 276 additions and 4 deletions
|
@ -69,6 +69,7 @@ import { inspectionPoint } from "./entity/unit/inspection/inspectionPoint";
|
|||
import { inspection } from "./entity/unit/inspection/inspection";
|
||||
import { inspectionPointResult } from "./entity/unit/inspection/inspectionPointResult";
|
||||
import { UnitBase1748261477410 } from "./migrations/1748261477410-unitBase";
|
||||
import { maintenance } from "./entity/unit/maintenance";
|
||||
|
||||
configCheck();
|
||||
|
||||
|
@ -131,6 +132,7 @@ const dataSource = new DataSource({
|
|||
wearableType,
|
||||
wearable,
|
||||
damageReport,
|
||||
maintenance,
|
||||
inspectionPlan,
|
||||
inspectionVersionedPlan,
|
||||
inspectionPoint,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue