fix:修改默认图片渲染宽度高度
This commit is contained in:
@@ -46,14 +46,14 @@ public class ReceiptPrintRequest implements Serializable {
|
||||
private String templateFillData;
|
||||
|
||||
/**
|
||||
* 小票渲染宽度,默认为:600
|
||||
* 小票渲染宽度,默认为:690
|
||||
*/
|
||||
private Integer width = 600;
|
||||
private Integer width = 690;
|
||||
|
||||
/**
|
||||
* 生成的模板的高度,默认为:950
|
||||
* 生成的模板的高度,默认为:1200
|
||||
*/
|
||||
private Integer height = 950;
|
||||
private Integer height = 1200;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user