chenhj
16 小时以前 5d3c41d3416385e2d4a6175fece16754cc8869ef
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.ruoyi.production.dto;
 
import com.ruoyi.production.pojo.ProductProcessParameter;
import lombok.Data;
import lombok.EqualsAndHashCode;
 
/**
 * @author yuan
 * @date 2026-03-14 15:47
 * @description
 */
@EqualsAndHashCode(callSuper = true)
@Data
public class ProductProcessParameterDto extends ProductProcessParameter {
}