:spotlessApply 추가 적용

This commit is contained in:
2025-12-03 14:54:38 +09:00
parent 4aac553d61
commit 6b9dadb979
3 changed files with 9 additions and 19 deletions

View File

@@ -81,7 +81,6 @@ public class MapSheetMngDto {
private Long createdUid;
private String updatedDttm;
private Long updatedUid;
}
@Schema(name = "DmlReturn", description = "영상관리 DML 수행 후 리턴")
@@ -89,7 +88,7 @@ public class MapSheetMngDto {
@Setter
@NoArgsConstructor
@AllArgsConstructor
public static class DmlReturn{
public static class DmlReturn {
private String flag;
private String message;
}