src/main/java/com/ruoyi/production/bean/dto/ProductionOperationTaskDto.java
@@ -47,4 +47,16 @@ @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; }