머지한 파일 추가

This commit is contained in:
2025-12-03 14:53:12 +09:00
parent 7c8312f890
commit 757845f341
2 changed files with 31 additions and 4 deletions

View File

@@ -84,6 +84,16 @@ public class MapSheetMngDto {
}
@Schema(name = "DmlReturn", description = "영상관리 DML 수행 후 리턴")
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public static class DmlReturn{
private String flag;
private String message;
}
@Getter
@AllArgsConstructor
public enum MngState implements EnumType {