初步完成小程序模块

This commit is contained in:
2025-05-12 21:05:52 +08:00
parent eab0a0f2a3
commit a2b2888e86
6 changed files with 118 additions and 52 deletions

View File

@ -12,7 +12,7 @@ import jakarta.validation.Valid;
@RestController
@RequestMapping("${entityNameLower}")
@Slf4j
@Tag(name = "${entityComment}管理")
@Tag(name = "${entityComment}模块")
public class ${entityName}Controller {
@Resource