模板优化

This commit is contained in:
2025-05-20 15:35:15 +08:00
parent 99bc6bfc55
commit c937c4823f

View File

@@ -50,9 +50,9 @@ public class ReceiptPrintRequest implements Serializable {
private Integer width = 690; private Integer width = 690;
/** /**
* 生成的模板的高度默认为1050 * 生成的模板的高度默认为1000
*/ */
private Integer height = 1050; private Integer height = 1000;
} }