xuhy
2024-09-07 97cf3094ce37ee629ca6b948a9317a7ed1796c18
ruoyi-system/src/main/java/com/ruoyi/system/domain/TOrderSaleGoods.java
@@ -60,16 +60,13 @@
    private Integer goodsCount;
    @ApiModelProperty(value = "售卖价格")
    @TableField("salePrice")
    private BigDecimal salePrice;
    @TableField("thisSalePrice")
    private BigDecimal thisSalePrice;
    @ApiModelProperty(value = "商品图")
    @TableField("goodsPicture")
    private String goodsPicture;
    @ApiModelProperty(value = "菜品类型")
    @TableField("typeName")
    private String typeName;
    @ApiModelProperty(value = "类型id")
    @TableField("typeId")
    private Long typeId;