liujie
3 天以前 3033ccf3878fae2c204df53be2a283f29f5853ed
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;
}