whycxzp
2022-12-07 c50c39c67943b0e28ee5266f7c5bf5c8259cd6ca
更新
1个文件已修改
5 ■■■■■ 已修改文件
src/main/java/com/whyc/controller/ProcedureDocApprovingController.java 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/controller/ProcedureDocApprovingController.java
@@ -1,9 +1,7 @@
package com.whyc.controller;
import com.whyc.service.ProcedureDocService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@@ -12,9 +10,6 @@
@RequestMapping("procedureDocApproving")
@RestController
public class ProcedureDocApprovingController {
    @Autowired
    private ProcedureDocService service;
    @GetMapping("socket解释")
    @ApiOperation(value = "确认过程-各种类的确认状态统计-socket解释",notes = "ws协议,路径:/cad/procedureDocApproving,直连")