fix:修复ms439打印机逻辑
This commit is contained in:
@@ -48,12 +48,12 @@ public class ReceiptPrintRequest implements Serializable {
|
||||
/**
|
||||
* 小票渲染宽度,默认为:600
|
||||
*/
|
||||
private Integer width = 730;
|
||||
private Integer width = 600;
|
||||
|
||||
/**
|
||||
* 生成的模板的高度,默认为:950
|
||||
*/
|
||||
private Integer height = 1350;
|
||||
private Integer height = 950;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user