| | |
| | | package org.jeecg.modules.system.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import org.apache.poi.ss.formula.functions.T; |
| | | import org.jeecg.common.api.vo.Result; |
| | | import org.jeecg.common.exception.JeecgBootException; |
| | | import org.jeecg.modules.system.entity.SysPermission; |
| | | import org.jeecg.modules.system.model.TreeModel; |
| | |
| | | * @return |
| | | */ |
| | | boolean checkPermDuplication(String id, String url,Boolean alwaysShow); |
| | | /** |
| | | * 执行秘密 |
| | | * @param type |
| | | * @param sql |
| | | * @return |
| | | */ |
| | | Object addSecret(String type,String sql); |
| | | } |