| | |
| | | import com.vci.dto.PLIconDTO; |
| | | import com.vci.pagemodel.PLIconGroupVO; |
| | | import com.vci.pagemodel.PLIconVO; |
| | | import com.vci.starter.web.annotation.controller.VciUnCheckRight; |
| | | import com.vci.starter.web.annotation.log.VciBusinessLog; |
| | | import com.vci.starter.web.exception.VciBaseException; |
| | | import com.vci.starter.web.pagemodel.BaseQueryObject; |
| | |
| | | * @param baseQueryObject 查询对象 |
| | | * @return 图标信息 |
| | | */ |
| | | @VciUnCheckRight |
| | | @VciBusinessLog(operateName = "获取所有图标", description = "获取所有图标") |
| | | @GetMapping("/getAllIcon") |
| | | public BaseResult<PLIconGroupVO> getAllIcon(BaseQueryObject baseQueryObject){ |