fix:修复ms439打印机逻辑

This commit is contained in:
2025-03-17 10:08:19 +08:00
parent 620bf524db
commit 4fbe38b04a
5 changed files with 41 additions and 20 deletions

View File

@@ -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;
}