|
@@ -5,6 +5,7 @@ import com.boman.system.mapper.SysRoleMenuMapper;
|
|
|
import com.boman.web.core.api.RemoteObjService;
|
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
import java.util.List;
|
|
@@ -15,6 +16,7 @@ import static com.boman.common.core.utils.obj.ObjectUtils.isEmpty;
|
|
|
* @author shiqian
|
|
|
* @date 2021年04月27日 14:34
|
|
|
**/
|
|
|
+@Service
|
|
|
public class SysRoleMenuServiceImpl implements ISysRoleMenuService{
|
|
|
|
|
|
private static final Logger LOGGER = LoggerFactory.getLogger(SysRoleMenuServiceImpl.class);
|