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; }