liding
3 天以前 e5cc807a611a078b1c152731ff7a07e765bbb9a5
src/main/java/com/ruoyi/consumables/pojo/ConsumablesOutRecord.java
@@ -35,7 +35,7 @@
    private String outboundBatches;
    @ApiModelProperty("入库数量")
    private BigDecimal consumablesOutNum;
    private BigDecimal stockOutNum;
    @ApiModelProperty("入库来源id")
    private Long recordId;
@@ -94,4 +94,10 @@
    @ApiModelProperty("产品id")
    private Long productId;
    @ApiModelProperty("磅单文件路径")
    private String weighbridgeDocPath;
    @ApiModelProperty("采购员")
    private String purchaser;
}