2026-04-23 0005d49a697ce934c6fc2a61ecb75d881b9a76f2
src/main/java/com/ruoyi/production/controller/ProductionProductMainController.java
@@ -8,6 +8,7 @@
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import jakarta.servlet.http.HttpServletResponse;
import lombok.AllArgsConstructor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
@@ -16,9 +17,9 @@
@RequestMapping("productionProductMain")
@RestController
@Api(value = "生产报工")
@AllArgsConstructor
public class ProductionProductMainController {
    @Autowired
    private ProductionProductMainService productionProductMainService;
    /**