打印机修改

This commit is contained in:
张松
2025-03-01 16:05:49 +08:00
parent 9ee5f2da5a
commit aace226c90
2 changed files with 3 additions and 1 deletions

View File

@@ -91,4 +91,6 @@ public class PrinterAddDTO {
*/
@NotBlank(message = "打印类型不为空")
private String printType;
private Integer status;
}