打印声音
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
package com.czg.account.dto.print;
|
||||
|
||||
import com.alibaba.fastjson2.annotation.JSONField;
|
||||
import jakarta.validation.constraints.NotBlank;
|
||||
import jakarta.validation.constraints.NotEmpty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serial;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* @author Administrator
|
||||
*/
|
||||
@@ -94,4 +89,9 @@ public class PrinterAddDTO {
|
||||
private String printType;
|
||||
|
||||
private Integer status;
|
||||
|
||||
/**
|
||||
* 媒体音开关 0-关 1-开
|
||||
*/
|
||||
private Integer volumeSwitch;
|
||||
}
|
||||
|
||||
@@ -90,4 +90,9 @@ public class PrinterEditDTO {
|
||||
* 打印机状态 online在线
|
||||
*/
|
||||
private String status;
|
||||
|
||||
/**
|
||||
* 媒体音开关 0-关 1-开
|
||||
*/
|
||||
private Integer volumeSwitch;
|
||||
}
|
||||
|
||||
@@ -118,5 +118,9 @@ public class PrintMachine implements Serializable {
|
||||
* 打印类型,JSON数组 refund-确认退款单 handover-交班单 queue-排队取号
|
||||
*/
|
||||
private String printType;
|
||||
/**
|
||||
* 媒体音开关 0-关 1-开
|
||||
*/
|
||||
private Integer volumeSwitch;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user