src/main/java/com/ruoyi/production/bean/dto/ProductionOperationTaskDto.java
@@ -44,4 +44,19 @@ @Schema(description = "结束日期") @DateTimeFormat(pattern = "yyyy-MM-dd") private LocalDate endDate; @Schema(description = "是否生产") private Integer isProduction; @Schema(description = "良品数量") private BigDecimal goodQuantity; @Schema(description = "工单任务数量") private Long productionTaskCount; @Schema(description = "工单类型(正常/返工返修)") private String workOrderType; @Schema(description = "报工人员名称") private String userNames; }