Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-smf-form
Commits
65d8d7c1
Commit
65d8d7c1
authored
2 years ago
by
shishir suman
Browse files
Options
Download
Patches
Plain Diff
changes for csv download
parent
cd453d69
master
cvs_download
delete-form
1 merge request
!9
Cvs download
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/tarento/formservice/model/CSVDataDto.java
+26
-0
src/main/java/com/tarento/formservice/model/CSVDataDto.java
with
26 additions
and
0 deletions
+26
-0
src/main/java/com/tarento/formservice/model/CSVDataDto.java
0 → 100644
+
26
−
0
View file @
65d8d7c1
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
;
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets