From 75495afd734936efe4e45f684fc961dd48dc2d5b Mon Sep 17 00:00:00 2001 From: gowthaman Date: Tue, 4 Jun 2024 12:45:46 +0530 Subject: [PATCH] add liter --- src/main/kotlin/com/restapi/domain/Products.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/com/restapi/domain/Products.kt b/src/main/kotlin/com/restapi/domain/Products.kt index 491decd..ca83be7 100644 --- a/src/main/kotlin/com/restapi/domain/Products.kt +++ b/src/main/kotlin/com/restapi/domain/Products.kt @@ -6,7 +6,7 @@ import javax.persistence.EnumType import javax.persistence.Enumerated enum class UOM { - KG, CFT, TON, LTR, NUMBER, MTR, BOX, CUM, PACKET, ALL, NOS; + KG, CFT, TON, LTR, NUMBER, MTR, BOX, CUM, PACKET, ALL, NOS, LITER; } enum class TypeOfProduct {