Commit 65d8d7c1 authored by shishir suman's avatar shishir suman
Browse files

changes for csv download

1 merge request!9Cvs download
Showing with 26 additions and 0 deletions
+26 -0
package com.tarento.formservice.model;
import lombok.*;
@Data
@NoArgsConstructor
@AllArgsConstructor
@Builder
@ToString
public class CSVDataDto {
private String applicationId;
private Long formId;
private String title;
private String section;
private String question;
private String instituteAnswer;
private String inspectionAnswer;
private String updatedBy;
private String updatedDate;
private String createdDate;
private Integer version;
private String status;
private String inspectionCompletionDate;
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment