Commit 0a531372 by renrui

[add]基础类提交

1 parent bdfa43e1
......@@ -21,6 +21,7 @@ public class ArchMapController {
* @return
*/
public Result getOverAllBusAssets() {
return null;
}
......
package org.arch.analysis.mapper;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public class ArchMapMapper {
}
package org.arch.analysis.serivce;
public interface ArchMapService {
}
package org.arch.analysis.serivce.impl;
import org.arch.analysis.serivce.ArchMapService;
import org.springframework.stereotype.Service;
@Service
public class ArchMapServiceImpl implements ArchMapService {
}
......@@ -75,7 +75,7 @@ public class ArchiViewDetailController {
@PostMapping("/qViewTree")
@OperLog(value = LogOperTypeEnum.QUERY, logTypeValue = LogTypeEnum.BUSI_LOG, operDes = "树形列表", moduleName = "总体架构维护")
public Result list(@RequestBody ArchiViewDTO model) {
return Result.success(archiViewDetailsService. treeList(model));
return Result.success(archiViewDetailsService.treeList(model));
}
@ApiOperation(value = "结构化数据")
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!