Commit 8246815e by henry

修改架构地图控制器

1 parent ad8e847a
package org.arch.analysis.controller;
import org.arch.base.Result;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping("/analysis")
public class ArchMapController {
public Result slectPage(){
return null;
}
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!