| | |
| | | import com.ruoyi.system.domain.dto.*; |
| | | import com.ruoyi.system.domain.pojo.config.CustomConfig; |
| | | import com.ruoyi.system.domain.vo.MgtAllCustomConfigVo; |
| | | import com.ruoyi.system.domain.vo.MgtCustomConfigVo; |
| | | import com.ruoyi.system.domain.vo.MgtOperLogPageVo; |
| | | |
| | | import java.util.List; |
| | |
| | | * @param mgtCustomConfigDto |
| | | * @return MgtCustomConfigVo |
| | | */ |
| | | MgtCustomConfigVo getCustomConfig(MgtCustomConfigDto mgtCustomConfigDto); |
| | | List<String> getCustomConfig(MgtCustomConfigDto mgtCustomConfigDto); |
| | | |
| | | /** |
| | | * @description getBulletinBoard |