优化小票打印模板,调整参数

This commit is contained in:
2025-05-26 15:49:20 +08:00
parent 1707e0f4ca
commit d4e4923bb6
6 changed files with 7 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ public class ReceiptPrintRequest implements Serializable {
/**
* 生成的模板的高度默认为1200
*/
private Integer height = 1200;
private Integer height = 1250;
}