completed initial setup

This commit is contained in:
2025-06-16 18:13:20 +02:00
parent b435c2e5f5
commit eee746a5d8
34 changed files with 817 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
package zw.qantra.tm.domain.enums;
public enum RequestType {
REQUEST,
CONFIRM
}