sunyj 8 жил өмнө
parent
commit
340300ad3a

+ 2 - 3
src/main/java/com/uas/report/SystemProperties.java

@@ -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;
 	}
 
-	
 }