Доработка подсчета метрик

This commit is contained in:
brusnitsyn
2026-04-21 10:07:30 +09:00
parent f566ab96df
commit 0e8b6f61b4
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace App\Services;
class PatientMigrationService
{
}

View File

@@ -0,0 +1,8 @@
<?php
namespace App\Services;
class StationarBranchService
{
}

View File

@@ -0,0 +1,11 @@
<script setup>
</script>
<template>
$END$
</template>
<style scoped>
</style>