gongchunyi
14 小时以前 ba1ebf33c31ad86c8650eac7014996a8cc0f20f4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package com.ruoyi.production.controller;
 
 
import org.springframework.web.bind.annotation.RequestMapping;
 
import org.springframework.web.bind.annotation.RestController;
 
/**
 * <p>
 * 生产报工记录工序的参数明细表 前端控制器
 * </p>
 *
 * @author deslrey
 * @since 2026-03-23
 */
@RestController
@RequestMapping("/production-product-route-item-param")
public class ProductionProductRouteItemParamController {
 
}