huminmin
2026-05-15 549bad4e3b36337dc9d3b436efba0103cc0761ff
src/main/java/com/ruoyi/production/bean/vo/ProductionOperationTaskVo.java
@@ -29,6 +29,15 @@
    @Schema(description = "工单类型 正常/返工返修")
    private String workOrderType;
    @Schema(description = "生产任务数")
    private Long productionTaskCount;
    @Schema(description = "良品数")
    private BigDecimal goodQuantity;
    @Schema(description = "报废数量")
    private BigDecimal scrapQty;
    @Schema(description = "完成进度")
    private BigDecimal completionStatus;
@@ -37,4 +46,19 @@
    @Schema(description = "是否结束)")
    private Boolean endOrder;
    @Schema(description = "类型 区分计时和计件(0计时1计件)")
    private Integer type;
    @Schema(description = "班组长名称")
    private String leaderName;
    @Schema(description = "班组长用户ID")
    private Long leaderUserId;
    @Schema(description = "班组团员用户ID")
    private Long teamUserId;
    @Schema(description = "班组团员名称")
    private String teamUserName;
}