Added name field in company document
This commit is contained in:
@@ -8,7 +8,7 @@ import java.time.LocalDateTime;
|
||||
@Data
|
||||
public class CompanyDocumentResponseBean extends BaseBean {
|
||||
|
||||
private String name;
|
||||
private String fileName;
|
||||
|
||||
private String filePath;
|
||||
|
||||
@@ -16,6 +16,8 @@ public class CompanyDocumentResponseBean extends BaseBean {
|
||||
|
||||
private Long companyId;
|
||||
|
||||
private String name;
|
||||
|
||||
private String status;
|
||||
|
||||
private LocalDateTime expirationDate;
|
||||
|
||||
Reference in New Issue
Block a user