huminmin
2026-05-12 c07b492b6f7c8423d5fe9197f7b3da24e78cd349
src/main/java/com/ruoyi/production/bean/vo/ProductionOrderVo.java
@@ -44,4 +44,7 @@
    @Schema(description = "是否已退料")
    private Boolean returned;
    @Schema(description = "班组长昵称")
    private String teamLeaderUserName;
}