package com.ruoyi.production.controller; import io.swagger.annotations.ApiModel; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *

* 生产成本核算对比明细表 前端控制器 *

* * @author deslrey * @since 2026-03-30 */ @RestController @RequestMapping("/production-settlement-details") @ApiModel(value = "ProductionSettlementDetailsController类", description = "生产成本核算对比明细表 前端控制器") public class ProductionSettlementDetailsController { }