5 天以前 84ac2b6b12bc3e5de072661fb25e87877c01d0d7
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/wm/productissue/vo/line/MesWmProductIssueLineRespVO.java
@@ -16,6 +16,15 @@
    @Schema(description = "领料单ID", example = "1")
    private Long issueId;
    @Schema(description = "生产任务ID", example = "1")
    private Long taskId;
    @Schema(description = "生产任务编码", example = "TASK001")
    private String taskCode;
    @Schema(description = "生产任务名称", example = "注塑任务")
    private String taskName;
    @Schema(description = "物料ID", example = "1")
    private Long itemId;
@@ -43,4 +52,6 @@
    @Schema(description = "创建时间")
    private LocalDateTime createTime;
    private Long mdmItemId;
}