liyong
4 天以前 16dbf4a7062e0a228ebde98e1eaedd7a499b9b1d
src/main/java/com/ruoyi/production/bean/dto/ProductionOrderPickDto.java
@@ -33,6 +33,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;