|
|
|
@ -101,6 +101,8 @@ public class IssueListResultDTO implements Serializable { |
|
|
|
*/ |
|
|
|
private List<String> currentDepartment; |
|
|
|
|
|
|
|
private String issueApplicationId; |
|
|
|
|
|
|
|
@JsonIgnore |
|
|
|
private Long operationTime; |
|
|
|
|
|
|
|
@ -123,5 +125,6 @@ public class IssueListResultDTO implements Serializable { |
|
|
|
this.currentDepartment = new ArrayList<>(); |
|
|
|
this.projectId = ""; |
|
|
|
this.issueClosedTime = 0L; |
|
|
|
this.issueApplicationId = ""; |
|
|
|
} |
|
|
|
} |
|
|
|
|