xuhy
5 天以前 b8cebfa38ff8cd2065431a8f18c79e480d64ff10
ruoyi-system/src/main/java/com/ruoyi/system/model/TSysOrderGoods.java
@@ -33,6 +33,9 @@
    @ApiModelProperty(value = "订单id")
    @TableField("order_id")
    private String orderId;
    @ApiModelProperty(value = "商品id")
    @TableField("goods_id")
    private String goodsId;
    @ApiModelProperty(value = "商品名称")
    @TableField("goods_name")
@@ -58,4 +61,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;
}