打印机接口

This commit is contained in:
张松
2025-02-20 15:32:27 +08:00
parent 1d35db89a1
commit 2960aa82b4
11 changed files with 512 additions and 2 deletions

View File

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