adamsaghy commented on code in PR #5986:
URL: https://github.com/apache/fineract/pull/5986#discussion_r3420122627


##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/jobs/service/retainedearning/model/AccountGLJournalEntryAnnualSummaryRecord.java:
##########
@@ -16,11 +16,20 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.fineract.infrastructure.report.service;
+package org.apache.fineract.infrastructure.jobs.service.retainedearning.model;
 
-import java.util.Map;
+import java.math.BigDecimal;
+import lombok.Builder;
+import lombok.Getter;
 
-public interface ReportParameterTypeResolver {
+@Getter
+@Builder
+public class AccountGLJournalEntryAnnualSummaryRecord {
+
+    private String postingDate;
+    private String product;
+    private String glAcct;
+    private String assetOwner;

Review Comment:
   For uniformity we can use `ExternalId` data type



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to