Compare commits
No commits in common. "c937c4823fabc4271cb6ad501568f24d3692cfa8" and "8adb80409e0ed09a61db28b6a72ddd317ee8fcd2" have entirely different histories.
c937c4823f
...
8adb80409e
|
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue