|
@ -107,14 +107,7 @@ public class PowerAxisStructController { |
|
|
return new Result<List<PowerAxisStructResultDTO>>().ok(result); |
|
|
return new Result<List<PowerAxisStructResultDTO>>().ok(result); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 获取树状列表 |
|
|
|
|
|
*/ |
|
|
|
|
|
@PostMapping("/getTreeList") |
|
|
|
|
|
public Result queryList(){ |
|
|
|
|
|
List<PowerAxisStructListResultDTO> list = powerAxisStructService.queryList(); |
|
|
|
|
|
return new Result<List<PowerAxisStructListResultDTO>>().ok(list); |
|
|
|
|
|
} |
|
|
|
|
|
/** |
|
|
/** |
|
|
* 添加组织 |
|
|
* 添加组织 |
|
|
*/ |
|
|
*/ |
|
|