Add project revision foundation

This commit is contained in:
2026-07-23 21:17:48 +02:00
parent 6b6d2c2a42
commit 903d977443
16 changed files with 2052 additions and 9 deletions
+1
View File
@@ -3,6 +3,7 @@ export interface ProjectDto {
name: string;
singlePhaseVoltageV: number;
threePhaseVoltageV: number;
currentRevision: number;
}
export interface DistributionBoardDto {