| | |
| | | import com.terra.system.entity.ctrl.CountEntity; |
| | | import com.terra.system.entity.data.MetaEntity; |
| | | import com.terra.system.entity.data.MetaFileEntity; |
| | | import com.terra.system.entity.sys.ResEntity; |
| | | import com.terra.system.helper.*; |
| | | import com.terra.system.service.data.MetaService; |
| | | import com.terra.system.service.data.UploadService; |
| | |
| | | } |
| | | |
| | | public void testPerms() { |
| | | List<ResAuthEntity> raeList = permsService.selectRes("admin"); |
| | | List<ResAuthEntity> raeList2 = permsService.selectRes("admin"); |
| | | List<ResEntity> raeList = permsService.selectRes("admin"); |
| | | List<ResEntity> raeList2 = permsService.selectRes("admin"); |
| | | |
| | | List<MenusAuthEntity> maeList = permsService.selectMenus("admin"); |
| | | List<MenusAuthEntity> maeList2 = permsService.selectMenus("admin"); |