huminmin
2026-06-16 def52631b88f858cdd81692546175c99c2be00e0
src/main/java/com/ruoyi/production/bean/vo/ProductionOperationTaskVo.java
@@ -46,4 +46,7 @@
    @Schema(description = "是否结束)")
    private Boolean endOrder;
    @Schema(description = "类型 区分计时和计件(0计时1计件)")
    private Integer type;
}