8 小时以前 74ad846852f42b4e2258bfddd5c2a33cc1ce9847
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/task/vo/MesProTaskRespVO.java
@@ -44,6 +44,9 @@
    @Schema(description = "工序编号", example = "1")
    private Long processId;
    @Schema(description = "工艺参数模板编号", example = "1")
    private Long paramTemplateId;
    @Schema(description = "工序名称", example = "注塑")
    private String processName;
@@ -89,6 +92,9 @@
    @Schema(description = "调整数量", example = "0")
    private BigDecimal changedQuantity;
    @Schema(description = "报工倒计时开始时间")
    private LocalDateTime waitStartTime;
    @Schema(description = "客户编号", example = "300")
    private Long clientId;