whycxzp
2022-09-13 c809b6826fe59a6fb928c39b6e73ecf34685b954
src/main/java/com/whyc/controller/AttachLockController.java
@@ -5,6 +5,7 @@
import com.whyc.service.AttachLockService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
@@ -16,6 +17,7 @@
@RestController
@RequestMapping("attachLock")
public class AttachLockController {
    @Autowired
    private AttachLockService service;