style: 统一请求参数、响应参数注释

This commit is contained in:
2025-04-17 21:57:09 +08:00
parent 1c85b43931
commit bf3e1590fa
9 changed files with 29 additions and 26 deletions

View File

@@ -66,7 +66,7 @@ public interface GeneratorService {
/**
* 保存代码生成配置信息
*
* @param req 代码生成配置信息
* @param req 请求参数
* @param tableName 表名称
*/
void saveConfig(GenConfigReq req, String tableName);