liyong
4 天以前 be5783c8a7e13bbc76d33c95643d75779cce21db
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/wm/returnissue/vo/line/MesWmReturnIssueLineRespVO.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;