交班开关

This commit is contained in:
2026-04-01 13:51:48 +08:00
parent fb0b74a0cb
commit dcf72b07c2
3 changed files with 14 additions and 0 deletions

View File

@@ -94,4 +94,9 @@ public class PrinterAddDTO {
* 媒体音开关 0-关 1-开
*/
private Integer volumeSwitch;
/**
* 交班打印机开关 0-关 1-开
*/
private Integer handoverSwitch;
}

View File

@@ -94,4 +94,9 @@ public class PrinterEditDTO {
* 媒体音开关 0-关 1-开
*/
private Integer volumeSwitch;
/**
* 交班打印机开关 0-关 1-开
*/
private Integer handoverSwitch;
}

View File

@@ -122,5 +122,9 @@ public class PrintMachine implements Serializable {
* 媒体音开关 0-关 1-开
*/
private Integer volumeSwitch;
/**
* 交班打印机开关 0-关 1-开
*/
private Integer handoverSwitch;
}