yuan
2 天以前 6f0df10fdd0e55e5ed3e31b1720efd25e2bf02fb
src/main/java/com/ruoyi/production/bean/dto/ProductionOrderPickDto.java
@@ -15,9 +15,6 @@
    @Schema(description = "生产订单ID")
    private Long productionOrderId;
    @Schema(description = "生产工单ID")
    private Long productionOperationTaskId;
    @Schema(description = "批号")
    private String batchNo;
@@ -33,6 +30,12 @@
    @Schema(description = "备注")
    private String remark;
    @Schema(description = "补料原因")
    private String feedingReason;
    @Schema(description = "本次补料数量")
    private BigDecimal feedingQuantity;
    @Schema(description = "领料明细列表")
    @JsonAlias({"dto", "productionOrderPickDto"})
    private List<ProductionOrderPickDto> pickList;