This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-backend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
new update for qr-code of user
master
LAPTOP-EU9T8H5F\User
1 day ago
parent
1c3448af0c
commit
bbe4fd12f6
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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?;
Write
Preview
Loading…
Cancel
Save