secont commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.homme.demo.dto;
|
||||
|
||||
import lombok.Builder;
|
||||
import lombok.Getter;
|
||||
|
||||
@Getter
|
||||
@Builder
|
||||
public class ProcessedWordFileResponseDto {
|
||||
|
||||
private String link;
|
||||
private String rawText;
|
||||
private String cleanText;
|
||||
private String status;
|
||||
private String errorMessage;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user