fix:修改动态支持A4/A5调换位置

This commit is contained in:
2025-03-29 12:20:50 +08:00
parent 4376ee65aa
commit a5f37fd4f0
4 changed files with 31 additions and 4 deletions

View File

@@ -39,4 +39,9 @@ public class PrinterConfig {
*/
private String timeType;
/**
* 只有两层要么是A4要么是A5
*/
private String levelOne;
}