|
|
@@ -23,13 +23,13 @@ public class SystemProperties {
|
|
|
*/
|
|
|
@Value("${schedule.auto-start}")
|
|
|
private boolean taskAutoStart;
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* PC端支持打印的最大记录行数
|
|
|
*/
|
|
|
@Value("${max-record-size.pc}")
|
|
|
private int maxRecordSizePc;
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* 手机端支持打印的最大记录行数
|
|
|
*/
|
|
|
@@ -68,5 +68,4 @@ public class SystemProperties {
|
|
|
this.maxRecordSizePhone = maxRecordSizePhone;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
}
|