liding
4 天以前 17a7a0c0df3dbc3e6225dddb55f6332deccdb201
src/main/java/com/ruoyi/stock/pojo/StockOutRecord.java
@@ -31,19 +31,19 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    @Schema(description = "入库批次")
    @Schema(description = "出库批次")
    private String outboundBatches;
    @Schema(description = "批号")
    private String batchNo;
    @Schema(description = "入库数量")
    @Schema(description = "出库数量")
    private BigDecimal stockOutNum;
    @Schema(description = "入库来源id")
    @Schema(description = "出库来源id")
    private Long recordId;
    @Schema(description = "入库类型")
    @Schema(description = "出库类型")
    private String recordType;
    @Schema(description = "产品规格id")
@@ -80,4 +80,7 @@
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
    @TableField("warehouse_info_id")
    private Long warehouseInfoId;
}