results of the first day #1

Merged
Petr merged 12 commits from develop into master 2025-02-18 17:35:58 +00:00
7 changed files with 28 additions and 0 deletions
Showing only changes of commit 5d754dbfbe - Show all commits

View File

@ -0,0 +1,4 @@
package com.example.nto.dto.mappers;
public class OfficeMapper {
}

View File

@ -0,0 +1,4 @@
package com.example.nto.dto.mappers;
public class PositionMapper {
}

View File

@ -0,0 +1,4 @@
package com.example.nto.dto.mappers;
public class TerminalMapper {
}

View File

@ -0,0 +1,4 @@
package com.example.nto.dto.mappers;
public class VisitMapper {
}

View File

@ -0,0 +1,4 @@
package com.example.nto.dto.mappers.employee;
public class EmployeeCreateMapper {
}

View File

@ -0,0 +1,4 @@
package com.example.nto.dto.mappers.employee;
public class EmployeeItemMapper {
}

View File

@ -0,0 +1,4 @@
package com.example.nto.dto.mappers.employee;
public class EmployeeMapper {
}