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

pull/2/head
Sxile 2020-06-19 18:22:47 +08:00
parent f39be3ab9b
commit 5bd2838b2b
3 changed files with 3 additions and 6 deletions

View File

@ -42,10 +42,7 @@ public class SysLoginController
/** /**
* *
* *
* @param username * @param loginBody
* @param password
* @param captcha
* @param uuid
* @return * @return
*/ */
@PostMapping("/login") @PostMapping("/login")

View File

@ -21,7 +21,7 @@ public class GenTableColumnServiceImpl implements IGenTableColumnService
/** /**
* *
* *
* @param genTableColumn * @param tableId
* @return * @return
*/ */
@Override @Override

View File

@ -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);