Compare commits
2 Commits
8adb80409e
...
c937c4823f
Author | SHA1 | Date |
---|---|---|
|
c937c4823f | |
|
99bc6bfc55 |
|
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue