Remove redundant DTO suffix

This commit is contained in:
2026-03-22 01:31:47 +05:00
parent f4374d5d59
commit b132924f6b
10 changed files with 44 additions and 32 deletions

View File

@@ -0,0 +1,4 @@
package com.backend.unifier.title.model;
public record DetailEntry() {
}