yangys
2024-04-23 9097df6b9559b04682e9907d900eb86d5109f84a
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;