模板优化

This commit is contained in:
2025-05-20 15:32:36 +08:00
parent 8adb80409e
commit 99bc6bfc55

View File

@@ -45,14 +45,14 @@ public class ReceiptPrintRequest implements Serializable {
private String templateFillData;
/**
* 小票渲染宽度默认为600
* 小票渲染宽度默认为690
*/
private Integer width = 690;
/**
* 生成的模板的高度,默认为:950
* 生成的模板的高度,默认为:1050
*/
private Integer height = 1100;
private Integer height = 1050;
}