Optimize code

This commit is contained in:
2023-11-15 16:23:42 +08:00
parent b4f60eba94
commit 3735ded9f2
3 changed files with 4 additions and 4 deletions

View File

@@ -13,5 +13,5 @@ import top.fatweb.api.vo.permission.PowerSetVo
* @since 2023-10-25
*/
interface IPowerService : IService<Power> {
fun getAll(): PowerSetVo
fun getList(): PowerSetVo
}