updates on batch logic
This commit is contained in:
@@ -58,5 +58,11 @@ public class GroupBatchItem extends BaseEntity {
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "transaction_id")
|
||||
private Transaction transaction;
|
||||
|
||||
private String billClientId;
|
||||
private String billName;
|
||||
private String billProductName;
|
||||
private String providerImage;
|
||||
private String providerLabel;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user