添加字段

This commit is contained in:
2025-10-27 09:25:09 +08:00
parent d9049b8a29
commit b3e2601758
2 changed files with 6 additions and 0 deletions

View File

@@ -24,4 +24,5 @@ public class PrinterEntity {
private Date updateTime;
private Integer preferW;
private Integer preferH;
private String preferPaper;
}