| | |
| | | |
| | | import com.ruoyi.common.core.domain.R; |
| | | import com.ruoyi.system.api.domain.dto.MgtBaseBathDto; |
| | | import com.ruoyi.system.api.domain.dto.MgtClassNumDto; |
| | | import com.ruoyi.system.api.domain.dto.MgtUserIdByDept; |
| | | import com.ruoyi.system.api.domain.poji.config.Activeness; |
| | | import com.ruoyi.system.api.domain.poji.config.DelayTask; |
| | |
| | | return R.fail("获取其他设置失败:" + throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R changeClassNum(MgtClassNumDto mgtClassNumDto) { |
| | | return R.fail("改变分类数量失败:" + throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<String> getServicePhone() { |
| | | return R.fail("获取客服电话失败:" + throwable.getMessage()); |
| | | } |
| | | |
| | | |
| | | @Override |
| | | public R<List<SysTag>> listSysTag(Integer tagType) { |