liu
昨天 c3b0503f8e2ecf955d0e8e4ca9294e6cd5199c0b
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;
}