buhuazhen
2026-03-17 d67e1de897646fb4bb03ec61fbc793ddd922833e
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ruoyi.production.dto;
 
import com.ruoyi.production.pojo.ProductProcess;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
 
import java.math.BigDecimal;
 
@Data
@ApiModel
public class ProductProcessDto extends ProductProcess {
}