schema change and base operations
This commit is contained in:
parent
799a719012
commit
4d37571cb6
27 changed files with 660 additions and 52 deletions
|
@ -10,7 +10,7 @@ export default abstract class DamageReportService {
|
|||
.leftJoinAndSelect("damageReport.equipment", "equipment")
|
||||
.leftJoinAndSelect("damageReport.vehicle", "vehicle")
|
||||
.leftJoinAndSelect("damageReport.wearable", "wearable")
|
||||
.leftJoinAndSelect("damageReport.maintenance", "maintenance");
|
||||
.leftJoinAndSelect("damageReport.repair", "repair");
|
||||
|
||||
/**
|
||||
* @description get all damageReports By done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue