Commit 5bd2838b authored by Sxile's avatar Sxile

修复注释与参数名称不对应

parent f39be3ab
...@@ -42,10 +42,7 @@ public class SysLoginController ...@@ -42,10 +42,7 @@ public class SysLoginController
/** /**
* 登录方法 * 登录方法
* *
* @param username 用户名 * @param loginBody 登陆信息
* @param password 密码
* @param captcha 验证码
* @param uuid 唯一标识
* @return 结果 * @return 结果
*/ */
@PostMapping("/login") @PostMapping("/login")
......
...@@ -21,7 +21,7 @@ public class GenTableColumnServiceImpl implements IGenTableColumnService ...@@ -21,7 +21,7 @@ public class GenTableColumnServiceImpl implements IGenTableColumnService
/** /**
* 查询业务字段列表 * 查询业务字段列表
* *
* @param genTableColumn 业务字段编号 * @param tableId 业务字段编号
* @return 业务字段集合 * @return 业务字段集合
*/ */
@Override @Override
......
...@@ -13,7 +13,7 @@ public interface IGenTableColumnService ...@@ -13,7 +13,7 @@ public interface IGenTableColumnService
/** /**
* 查询业务字段列表 * 查询业务字段列表
* *
* @param genTableColumn 业务字段编号 * @param tableId 业务字段编号
* @return 业务字段集合 * @return 业务字段集合
*/ */
public List<GenTableColumn> selectGenTableColumnListByTableId(Long tableId); public List<GenTableColumn> selectGenTableColumnListByTableId(Long tableId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment