Skip to content

Commit fd5d828

Browse files
changed User.java
1 parent 0c9eb3e commit fd5d828

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@
5151
│ │ │ ├── exception/ # Custom exceptions
5252
│ │ │ ├── handler/ # Global Exception Handler
5353
│ │ │ ├── dto/ # DTO classes for data transmission
54+
│ │ │ ├── repository/ # Repository
5455
│ │ │ ├── service/ # Business logic
5556
│ │ │ ├── telegram/ # Telegram bot entry point
57+
│ │ │ ├── userCountStatistic/ # Entyty classes
5658
│ │ │ ├── util/ # Utility classes
5759
│ │ │ └── AppApplication.java # Spring Boot application entry point
5860
│ │ └── resources/

0 commit comments

Comments
 (0)