whycxzp
2022-07-27 a5edbe771ac4820da54b0dd081eb168cca8db0c2
src/main/java/com/whyc/controller/WorksheetLinkController.java
@@ -6,11 +6,14 @@
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping("worksheetLink")
@Api(tags = "工单流程")
@Api(tags = "工作流")
public class WorksheetLinkController {
    @Autowired