huminmin
2026-05-12 c07b492b6f7c8423d5fe9197f7b3da24e78cd349
src/main/java/com/ruoyi/production/bean/vo/ProductionOperationTaskVo.java
@@ -46,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;
}