파일 체크 수정 및 패키지 분리
This commit is contained in:
@@ -15,7 +15,9 @@ public class FileDto {
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
public static class SrchFoldersDto {
|
||||
@NotNull private String dirPath;
|
||||
@Schema(description = "디렉토리경로", example = "D:\\kamco")
|
||||
@NotNull
|
||||
private String dirPath;
|
||||
}
|
||||
|
||||
@Getter
|
||||
|
||||
Reference in New Issue
Block a user