You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`DTO` — Data Transfer Objects for the API layer and between internal layers (e.g., `UserDTO`, `OrderDTO`). This is the default suffix for all objects that carry data across layer boundaries, including REST request and response bodies.
32
+
-`Request` / `Response` — Use only when a generic DTO does not fit, for example when request and response structures differ significantly or when separate naming improves clarity. Prefer `DTO` as the default.
0 commit comments