Browse Source

new update for qr-code of user

master
LAPTOP-EU9T8H5F\User 1 day ago
parent
commit
bbe4fd12f6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/main/java/com/ffii/fpsms/modules/master/entity/projections/PrinterCombo.kt

+ 1
- 0
src/main/java/com/ffii/fpsms/modules/master/entity/projections/PrinterCombo.kt View File

@@ -10,6 +10,7 @@ interface PrinterCombo {
val value: String; val value: String;
val code: String?; val code: String?;
val name: String?; val name: String?;
val type: String?;
val description: String?; val description: String?;
val ip: String?; val ip: String?;
val port: Int?; val port: Int?;


Loading…
Cancel
Save