打印机相关实现

This commit is contained in:
张松
2025-02-25 19:15:34 +08:00
parent eb748897cf
commit 97746b7d33
6 changed files with 160 additions and 137 deletions

View File

@@ -28,7 +28,7 @@ public class Main {
// String packageName = "product";
// String packageName = "order";
String tableName = "tb_print_machine";
String tableName = "tb_order_info";
String author = "zs";
//是否生成DTO实体 默认生成
boolean isGenerateDto = true;