whycxzp
2022-07-27 772faffb52aa934cdb1c41d8de723b743bc3209d
src/main/java/com/whyc/controller/WorksheetLinkController.java
@@ -6,7 +6,10 @@
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")