下拉树
This commit is contained in:
parent
996251e171
commit
fd423365dc
|
|
@ -131,10 +131,6 @@
|
||||||
<artifactId>hutool-all</artifactId>
|
<artifactId>hutool-all</artifactId>
|
||||||
<version>5.3.2</version>
|
<version>5.3.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>com.securitycontrol</groupId>
|
|
||||||
<artifactId>securitycontrol-commons-entity</artifactId>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
package com.securitycontrol.common.core.utils;
|
package com.securitycontrol.entity.system;
|
||||||
|
|
||||||
import com.securitycontrol.entity.system.vo.TreeNode;
|
import com.securitycontrol.entity.system.vo.TreeNode;
|
||||||
|
|
||||||
|
|
@ -89,6 +89,10 @@
|
||||||
<groupId>com.securitycontrol</groupId>
|
<groupId>com.securitycontrol</groupId>
|
||||||
<artifactId>securitycontrol-commons-entity</artifactId>
|
<artifactId>securitycontrol-commons-entity</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.securitycontrol</groupId>
|
||||||
|
<artifactId>securitycontrol-commons-core</artifactId>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@ import com.securitycontrol.common.core.web.domain.AjaxResult;
|
||||||
import com.securitycontrol.system.base.service.ISelectService;
|
import com.securitycontrol.system.base.service.ISelectService;
|
||||||
import io.swagger.annotations.ApiOperation;
|
import io.swagger.annotations.ApiOperation;
|
||||||
import org.springframework.web.bind.annotation.PostMapping;
|
import org.springframework.web.bind.annotation.PostMapping;
|
||||||
import org.springframework.web.bind.annotation.RequestBody;
|
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
import org.springframework.web.bind.annotation.RestController;
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
package com.securitycontrol.system.base.service.impl;
|
package com.securitycontrol.system.base.service.impl;
|
||||||
|
|
||||||
import com.securitycontrol.common.core.utils.TreeBuild;
|
|
||||||
import com.securitycontrol.common.core.web.domain.AjaxResult;
|
import com.securitycontrol.common.core.web.domain.AjaxResult;
|
||||||
|
import com.securitycontrol.entity.system.TreeBuild;
|
||||||
import com.securitycontrol.entity.system.vo.TreeNode;
|
import com.securitycontrol.entity.system.vo.TreeNode;
|
||||||
import com.securitycontrol.system.base.mapper.ISelectMapper;
|
import com.securitycontrol.system.base.mapper.ISelectMapper;
|
||||||
import com.securitycontrol.system.base.service.ISelectService;
|
import com.securitycontrol.system.base.service.ISelectService;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue