package com.ruoyi.sales.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *

* 销售产品冻结库存表 前端控制器 *

* * @author deslrey * @since 2026-04-09 */ @RestController @RequestMapping("/sales-ledger-product-frozen") public class SalesLedgerProductFrozenController { }