liyong
4 天以前 0f792c9b3b88dc4b1b7b306f89e257d931d2d0bd
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/route/vo/process/MesProRouteProcessRespVO.java
@@ -51,6 +51,18 @@
    @Schema(description = "是否质检工序", example = "false")
    private Boolean checkFlag;
    @Schema(description = "是否倒冲(true=报工时按BOM自动扣料;false=不自动扣料)", example = "true")
    private Boolean backflushFlag;
    @Schema(description = "产出产品物料编号", example = "100")
    private Long outputItemId;
    @Schema(description = "产出产品物料编码")
    private String outputItemCode;
    @Schema(description = "产出产品物料名称")
    private String outputItemName;
    @Schema(description = "备注")
    private String remark;