2 天以前 3e5e22f5358156ff7430ee117546123ffe042611
src/main/java/com/ruoyi/stock/pojo/StockOutRecord.java
@@ -38,6 +38,9 @@
    @Schema(description = "批号")
    private String batchNo;
    @Schema(description = "绑定的销售台账id,为空表示未绑定")
    private Long salesLedgerId;
    @Schema(description = "入库数量")
    private BigDecimal stockOutNum;
@@ -131,6 +134,15 @@
    @Schema(description = "车挂牌号")
    private String trailerPlateNo;
    @Schema(description = "车辆id(车辆主数据)")
    private Long vehicleId;
    @Schema(description = "本次送完货后剩余油量(吨)")
    private BigDecimal residualOil;
    @Schema(description = "审批通过时实际从库存扣减的数量(出库数量-上次剩余油量)")
    private BigDecimal deductQuantity;
    @Schema(description = "产品规格id")
    private Long productModelId;