2026-05-22 368c5735a66262a8f12045679c8925ad6d11d126
src/main/java/com/ruoyi/production/pojo/ProductionOrderRoutingOperation.java
@@ -67,4 +67,7 @@
    @Schema(description = "工序表id")
    private Long technologyOperationId;
    @Schema(description = "类型 区分计时和计件,0计时,1计件")
    private Integer type;
}