员工权限相关接口

This commit is contained in:
张松
2025-02-18 11:11:32 +08:00
parent f67b6cd714
commit 660ec88492
28 changed files with 644 additions and 15 deletions

View File

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