This commit is contained in:
2026-05-15 19:18:03 +02:00
parent f4a8314978
commit b5ccb0428d
9 changed files with 620 additions and 294 deletions

View File

@@ -1,4 +1,4 @@
enum DocumentType { ticket, ddt, invoice }
enum DocumentType { ticket, shipment, invoice }
class DocumentSequence {
final String docType;