Commit 052098b5 by henry

添加资产看板接口相关方法

1 parent 1640f338
...@@ -8,7 +8,43 @@ import org.springframework.web.bind.annotation.RestController; ...@@ -8,7 +8,43 @@ import org.springframework.web.bind.annotation.RestController;
@RequestMapping("/analysis") @RequestMapping("/analysis")
public class ArchMapController { public class ArchMapController {
public Result slectPage(){ public Result slectPage() {
return null;
}
/**
* 总体业务架构资产展示
*
* @return
*/
public Result getOverAllBusAssets() {
return null;
}
/**
* 总体应用架构资产展示
*
* @return
*/
public Result getOverAllAppAsset() {
return null;
}
/**
* 总体数据架构资产展示
*
* @return
*/
public Result getOverAllDataAsset() {
return null;
}
/**
* 总体技术架构资产展示
*
* @return
*/
public Result getOverTechAppAsset() {
return null; return null;
} }
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!