初步完成小程序模块
This commit is contained in:
@ -12,7 +12,7 @@ import jakarta.validation.Valid;
|
||||
@RestController
|
||||
@RequestMapping("${entityNameLower}")
|
||||
@Slf4j
|
||||
@Tag(name = "${entityComment}管理")
|
||||
@Tag(name = "${entityComment}模块")
|
||||
public class ${entityName}Controller {
|
||||
|
||||
@Resource
|
||||
|
Reference in New Issue
Block a user