模板优化
This commit is contained in:
parent
99bc6bfc55
commit
c937c4823f
|
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue