Compare commits

..

2 Commits

Author SHA1 Message Date
余文财 c937c4823f 模板优化 2025-05-20 15:35:15 +08:00
余文财 99bc6bfc55 模板优化 2025-05-20 15:32:36 +08:00
1 changed files with 3 additions and 3 deletions

View File

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