Commit 003761dd authored by 单奇雲's avatar 单奇雲

新增View3dController

parent 60f67b73
package com.yeejoin.amos.fas.business.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.yeejoin.amos.fas.business.service.intfc.IRiskSourceService;
import io.swagger.annotations.Api;
@RestController
@RequestMapping("/api/view3d")
@Api(tags="view3d数据")
public class View3dController {
@Autowired
private IRiskSourceService riskSourceService;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment