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