hsy
12 小时以前 26094cffde1b85f3d627f9038594b39c32203b76
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/pro/task/vo/MesProTaskSaveReqVO.java
@@ -28,6 +28,9 @@
    @Schema(description = "工序编号", example = "1")
    private Long processId; // 编辑时,可不传递
    @Schema(description = "工艺参数模板编号", example = "1")
    private Long paramTemplateId;
    @Schema(description = "产品物料编号", example = "100")
    private Long itemId; // 编辑时,可不传递
@@ -51,4 +54,7 @@
    @Schema(description = "备注", example = "备注")
    private String remark;
    @Schema(description = "指定报工人员 ID 集合")
    private java.util.List<Long> assigneeUserIds;
}