package com.ruoyi.purchase.controller; import io.swagger.v3.oas.annotations.tags.Tag; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *

* 前端控制器 *

* * @author 芯导软件(江苏)有限公司 * @since 2026-03-10 04:45:35 */ @RestController @RequestMapping("/purchaseReturnOrderProducts") @Tag(name = "采购退货产品") public class PurchaseReturnOrderProductsController { }