交班开关
This commit is contained in:
@@ -94,4 +94,9 @@ public class PrinterAddDTO {
|
||||
* 媒体音开关 0-关 1-开
|
||||
*/
|
||||
private Integer volumeSwitch;
|
||||
/**
|
||||
* 交班打印机开关 0-关 1-开
|
||||
*/
|
||||
private Integer handoverSwitch;
|
||||
|
||||
}
|
||||
|
||||
@@ -94,4 +94,9 @@ public class PrinterEditDTO {
|
||||
* 媒体音开关 0-关 1-开
|
||||
*/
|
||||
private Integer volumeSwitch;
|
||||
/**
|
||||
* 交班打印机开关 0-关 1-开
|
||||
*/
|
||||
private Integer handoverSwitch;
|
||||
|
||||
}
|
||||
|
||||
@@ -122,5 +122,9 @@ public class PrintMachine implements Serializable {
|
||||
* 媒体音开关 0-关 1-开
|
||||
*/
|
||||
private Integer volumeSwitch;
|
||||
/**
|
||||
* 交班打印机开关 0-关 1-开
|
||||
*/
|
||||
private Integer handoverSwitch;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user