正在显示
10 个修改的文件
包含
0 行增加
和
10 行删除
| @@ -61,7 +61,6 @@ public interface ISysConfigService | @@ -61,7 +61,6 @@ public interface ISysConfigService | ||
| 61 | * 批量删除参数信息 | 61 | * 批量删除参数信息 |
| 62 | * | 62 | * |
| 63 | * @param configIds 需要删除的参数ID | 63 | * @param configIds 需要删除的参数ID |
| 64 | - * @return 结果 | ||
| 65 | */ | 64 | */ |
| 66 | public void deleteConfigByIds(Long[] configIds); | 65 | public void deleteConfigByIds(Long[] configIds); |
| 67 | 66 |
| @@ -39,7 +39,6 @@ public interface ISysDictDataService | @@ -39,7 +39,6 @@ public interface ISysDictDataService | ||
| 39 | * 批量删除字典数据信息 | 39 | * 批量删除字典数据信息 |
| 40 | * | 40 | * |
| 41 | * @param dictCodes 需要删除的字典数据ID | 41 | * @param dictCodes 需要删除的字典数据ID |
| 42 | - * @return 结果 | ||
| 43 | */ | 42 | */ |
| 44 | public void deleteDictDataByIds(Long[] dictCodes); | 43 | public void deleteDictDataByIds(Long[] dictCodes); |
| 45 | 44 |
| @@ -54,7 +54,6 @@ public interface ISysDictTypeService | @@ -54,7 +54,6 @@ public interface ISysDictTypeService | ||
| 54 | * 批量删除字典信息 | 54 | * 批量删除字典信息 |
| 55 | * | 55 | * |
| 56 | * @param dictIds 需要删除的字典ID | 56 | * @param dictIds 需要删除的字典ID |
| 57 | - * @return 结果 | ||
| 58 | */ | 57 | */ |
| 59 | public void deleteDictTypeByIds(Long[] dictIds); | 58 | public void deleteDictTypeByIds(Long[] dictIds); |
| 60 | 59 |
| @@ -29,7 +29,6 @@ public interface ISysLogininforService | @@ -29,7 +29,6 @@ public interface ISysLogininforService | ||
| 29 | * 批量删除系统登录日志 | 29 | * 批量删除系统登录日志 |
| 30 | * | 30 | * |
| 31 | * @param infoIds 需要删除的登录日志ID | 31 | * @param infoIds 需要删除的登录日志ID |
| 32 | - * @return | ||
| 33 | */ | 32 | */ |
| 34 | public int deleteLogininforByIds(Long[] infoIds); | 33 | public int deleteLogininforByIds(Long[] infoIds); |
| 35 | 34 |
| @@ -78,7 +78,6 @@ public interface ISysPostService | @@ -78,7 +78,6 @@ public interface ISysPostService | ||
| 78 | * | 78 | * |
| 79 | * @param postIds 需要删除的岗位ID | 79 | * @param postIds 需要删除的岗位ID |
| 80 | * @return 结果 | 80 | * @return 结果 |
| 81 | - * @throws Exception 异常 | ||
| 82 | */ | 81 | */ |
| 83 | public int deletePostByIds(Long[] postIds); | 82 | public int deletePostByIds(Long[] postIds); |
| 84 | 83 |
| @@ -146,7 +146,6 @@ public class SysConfigServiceImpl implements ISysConfigService | @@ -146,7 +146,6 @@ public class SysConfigServiceImpl implements ISysConfigService | ||
| 146 | * 批量删除参数信息 | 146 | * 批量删除参数信息 |
| 147 | * | 147 | * |
| 148 | * @param configIds 需要删除的参数ID | 148 | * @param configIds 需要删除的参数ID |
| 149 | - * @return 结果 | ||
| 150 | */ | 149 | */ |
| 151 | @Override | 150 | @Override |
| 152 | public void deleteConfigByIds(Long[] configIds) | 151 | public void deleteConfigByIds(Long[] configIds) |
| @@ -60,7 +60,6 @@ public class SysDictDataServiceImpl implements ISysDictDataService | @@ -60,7 +60,6 @@ public class SysDictDataServiceImpl implements ISysDictDataService | ||
| 60 | * 批量删除字典数据信息 | 60 | * 批量删除字典数据信息 |
| 61 | * | 61 | * |
| 62 | * @param dictCodes 需要删除的字典数据ID | 62 | * @param dictCodes 需要删除的字典数据ID |
| 63 | - * @return 结果 | ||
| 64 | */ | 63 | */ |
| 65 | @Override | 64 | @Override |
| 66 | public void deleteDictDataByIds(Long[] dictCodes) | 65 | public void deleteDictDataByIds(Long[] dictCodes) |
| @@ -115,7 +115,6 @@ public class SysDictTypeServiceImpl implements ISysDictTypeService | @@ -115,7 +115,6 @@ public class SysDictTypeServiceImpl implements ISysDictTypeService | ||
| 115 | * 批量删除字典类型信息 | 115 | * 批量删除字典类型信息 |
| 116 | * | 116 | * |
| 117 | * @param dictIds 需要删除的字典ID | 117 | * @param dictIds 需要删除的字典ID |
| 118 | - * @return 结果 | ||
| 119 | */ | 118 | */ |
| 120 | @Override | 119 | @Override |
| 121 | public void deleteDictTypeByIds(Long[] dictIds) | 120 | public void deleteDictTypeByIds(Long[] dictIds) |
| @@ -46,7 +46,6 @@ public class SysLogininforServiceImpl implements ISysLogininforService | @@ -46,7 +46,6 @@ public class SysLogininforServiceImpl implements ISysLogininforService | ||
| 46 | * 批量删除系统登录日志 | 46 | * 批量删除系统登录日志 |
| 47 | * | 47 | * |
| 48 | * @param infoIds 需要删除的登录日志ID | 48 | * @param infoIds 需要删除的登录日志ID |
| 49 | - * @return | ||
| 50 | */ | 49 | */ |
| 51 | @Override | 50 | @Override |
| 52 | public int deleteLogininforByIds(Long[] infoIds) | 51 | public int deleteLogininforByIds(Long[] infoIds) |
| @@ -137,7 +137,6 @@ public class SysPostServiceImpl implements ISysPostService | @@ -137,7 +137,6 @@ public class SysPostServiceImpl implements ISysPostService | ||
| 137 | * | 137 | * |
| 138 | * @param postIds 需要删除的岗位ID | 138 | * @param postIds 需要删除的岗位ID |
| 139 | * @return 结果 | 139 | * @return 结果 |
| 140 | - * @throws Exception 异常 | ||
| 141 | */ | 140 | */ |
| 142 | @Override | 141 | @Override |
| 143 | public int deletePostByIds(Long[] postIds) | 142 | public int deletePostByIds(Long[] postIds) |
-
请 注册 或 登录 后发表评论