completed group batch feature
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package zw.qantra.tm.domain.enums;
|
||||
|
||||
public enum GroupBatchItemStatus {
|
||||
NEW,
|
||||
CONFIRMED,
|
||||
READY_FOR_INTEGRATION,
|
||||
INTEGRATED,
|
||||
FAILED,
|
||||
SKIPPED
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user