xuhy
2025-10-11 441eb455e1e8a9283cd569c132b14ba8da4c54a6
ruoyi-system/src/main/java/com/ruoyi/system/model/TSysOrderGoods.java
@@ -58,4 +58,16 @@
    @TableField("sale_amount")
    private BigDecimal saleAmount;
    @ApiModelProperty(value = "批次id")
    @TableField("batch_id")
    private String batchId;
    @ApiModelProperty(value = "批次号")
    @TableField("batch_number")
    private String batchNumber;
    @ApiModelProperty(value = "剩于数量")
    @TableField("remaining_quantity")
    private Integer remainingQuantity;
}