Compare commits

..

No commits in common. "c937c4823fabc4271cb6ad501568f24d3692cfa8" and "8adb80409e0ed09a61db28b6a72ddd317ee8fcd2" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

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