作者 Sxile

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

@@ -42,10 +42,7 @@ public class SysLoginController @@ -42,10 +42,7 @@ public class SysLoginController
42 /** 42 /**
43 * 登录方法 43 * 登录方法
44 * 44 *
45 - * @param username 用户名  
46 - * @param password 密码  
47 - * @param captcha 验证码  
48 - * @param uuid 唯一标识 45 + * @param loginBody 登陆信息
49 * @return 结果 46 * @return 结果
50 */ 47 */
51 @PostMapping("/login") 48 @PostMapping("/login")
@@ -21,7 +21,7 @@ public class GenTableColumnServiceImpl implements IGenTableColumnService @@ -21,7 +21,7 @@ public class GenTableColumnServiceImpl implements IGenTableColumnService
21 /** 21 /**
22 * 查询业务字段列表 22 * 查询业务字段列表
23 * 23 *
24 - * @param genTableColumn 业务字段编号 24 + * @param tableId 业务字段编号
25 * @return 业务字段集合 25 * @return 业务字段集合
26 */ 26 */
27 @Override 27 @Override
@@ -13,7 +13,7 @@ public interface IGenTableColumnService @@ -13,7 +13,7 @@ public interface IGenTableColumnService
13 /** 13 /**
14 * 查询业务字段列表 14 * 查询业务字段列表
15 * 15 *
16 - * @param genTableColumn 业务字段编号 16 + * @param tableId 业务字段编号
17 * @return 业务字段集合 17 * @return 业务字段集合
18 */ 18 */
19 public List<GenTableColumn> selectGenTableColumnListByTableId(Long tableId); 19 public List<GenTableColumn> selectGenTableColumnListByTableId(Long tableId);