|
@@ -4,6 +4,7 @@ package com.rongwei.bsserver.controller;
|
|
|
import com.rongwei.bscommon.sys.service.ZhcxItpTemplateNodesService;
|
|
|
import com.rongwei.bsentity.vo.CopyNodeVo;
|
|
|
import com.rongwei.rwcommon.base.R;
|
|
|
+import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
@@ -24,6 +25,7 @@ import java.util.Map;
|
|
|
*/
|
|
|
@RestController
|
|
|
@RequestMapping("/zhcxItpTemplateNodes")
|
|
|
+@Api(tags = "itp地图模板检验点")
|
|
|
public class ZhcxItpTemplateNodesController {
|
|
|
|
|
|
@Autowired
|