added version control & cloudflare cache clearing

This commit is contained in:
Prince
2026-06-21 00:25:15 +02:00
parent a367acd81d
commit caf4e4bc89
16 changed files with 348 additions and 45 deletions

View File

@@ -36,6 +36,7 @@ public class GroupBatchItem extends BaseEntity {
private String recipientName;
@Column(name = "recipient_phone")
private String recipientPhone;
private String recipientAccount;
private BigDecimal amount;
@Enumerated(EnumType.STRING)