yuan
8 小时以前 47949da2850a5c09d33c2b3f711f3f442a011cc0
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.production.dto;
 
import com.ruoyi.production.pojo.ProductProcessParameter;
 
/**
 * @author yuan
 * @date 2026-03-14 15:47
 * @description
 */
public class ProductProcessParameterDto extends ProductProcessParameter {
}