This commit is contained in:
2025-10-21 16:40:10 +02:00
parent 5753c82384
commit 2b6ef3ab14
19 changed files with 1020 additions and 28 deletions

View File

@@ -80,6 +80,9 @@ public class Transaction extends BaseEntity {
private String erpPurchasePaymentRef;
private String erpCommissionJournalRef;
@Column(nullable = true)
private long workflowId;
@Enumerated(EnumType.STRING)
private RequestType type;
@Enumerated(EnumType.STRING)