gongchunyi
4 天以前 8a7c384b718a3d9b57352ff8f77df70baf587fe1
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 {
}