From bbe4fd12f622b96173fe00183e568fd42a075fb8 Mon Sep 17 00:00:00 2001 From: "LAPTOP-EU9T8H5F\\User" Date: Tue, 30 Dec 2025 12:50:59 +0800 Subject: [PATCH] new update for qr-code of user --- .../ffii/fpsms/modules/master/entity/projections/PrinterCombo.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/ffii/fpsms/modules/master/entity/projections/PrinterCombo.kt b/src/main/java/com/ffii/fpsms/modules/master/entity/projections/PrinterCombo.kt index 30540f7..61ac8cc 100644 --- a/src/main/java/com/ffii/fpsms/modules/master/entity/projections/PrinterCombo.kt +++ b/src/main/java/com/ffii/fpsms/modules/master/entity/projections/PrinterCombo.kt @@ -10,6 +10,7 @@ interface PrinterCombo { val value: String; val code: String?; val name: String?; + val type: String?; val description: String?; val ip: String?; val port: Int?;