liyong
4 天以前 0f792c9b3b88dc4b1b7b306f89e257d931d2d0bd
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;