Commit bfcba6d9 authored by linruibiao's avatar linruibiao

整改接口

parent ece85e34
......@@ -3,7 +3,13 @@ package com.syc.slm.slmbi.service;
import com.syc.slm.slmbi.vo.DeptVo;
import java.util.List;
/**
* slm-bi
* 部门
*
* @author : lin
* @date : 2021-03-25 15:10
**/
public interface DeptService {
/**
* 获取部门列表
......
......@@ -5,7 +5,13 @@ import com.syc.slm.slmbi.vo.InstrumentPanelPermissionVo;
import lombok.NonNull;
import java.util.List;
/**
* slm-bi
* 仪表板权限
*
* @author : lin
* @date : 2021-03-25 15:10
**/
public interface InstrumentPanelPermissionService {
/**
* 保存仪表板权限
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment