huminmin
2026-03-24 45bd36dd0ee98b180bb68f28abb4d944d80a4ed3
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 {
}