| | |
| | | import com.ruoyi.procurementrecord.dto.ProcurementUpdateDto; |
| | | import com.ruoyi.procurementrecord.mapper.ProcurementRecordOutMapper; |
| | | import com.ruoyi.procurementrecord.service.ProcurementRecordOutService; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.v3.oas.annotations.tags.Tag; |
| | | import jakarta.servlet.http.HttpServletResponse; |
| | | import lombok.AllArgsConstructor; |
| | | import org.springframework.web.bind.annotation.*; |
| | |
| | | * @date : 2025/7/8 13:30 |
| | | */ |
| | | @RestController |
| | | @Api(tags = "采购出库") |
| | | @Tag(name = "采购出库") |
| | | @RequestMapping("/stockmanagement") |
| | | @AllArgsConstructor |
| | | public class ProcurementRecordOutController extends BaseController { |