yangys
2024-05-06 e19227de97d21c10fd22536f85c8153e63072d0c
smart-man-boot/src/main/java/com/qianwen/smartman/modules/coproduction/dto/ParallelNumDTO.java
@@ -2,7 +2,6 @@
import io.swagger.annotations.ApiModelProperty;
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/ParallelNumDTO.class */
public class ParallelNumDTO {
    @ApiModelProperty("报工数量 = 累计合格 + 累计报废")
    private Integer reportNum;