Updated Document entity to work with sourceId instead of callId
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import lombok.Data;
|
||||
import net.gepafin.tendermanagement.enums.DocumentSourceTypeEnum;
|
||||
import net.gepafin.tendermanagement.enums.DocumentTypeEnum;
|
||||
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
@@ -13,7 +16,11 @@ public class DocumentResponseBean {
|
||||
|
||||
private String filePath;
|
||||
|
||||
private String description;
|
||||
private DocumentTypeEnum type;
|
||||
|
||||
private DocumentSourceTypeEnum source;
|
||||
|
||||
private Long sourceId;
|
||||
|
||||
private LocalDateTime createdDate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user