completed group batch feature

This commit is contained in:
2026-06-08 09:18:06 +02:00
parent c87f1e5e23
commit 24f435a09f
60 changed files with 2006 additions and 323 deletions

View File

@@ -0,0 +1,11 @@
package zw.qantra.tm.domain.enums;
public enum GroupBatchItemStatus {
NEW,
CONFIRMED,
READY_FOR_INTEGRATION,
INTEGRATED,
FAILED,
SKIPPED
}