ruoyi-system/src/main/java/com/ruoyi/system/domain/TOrderSaleGoods.java
@@ -46,7 +46,7 @@ private String goodsName; @ApiModelProperty(value = "商品成本价") @Excel(name = "商品进价", width = 15) @Excel(name = "商品进价", width = 15,isStatistics = true) @TableField("goodsCostPrice") private BigDecimal goodsCostPrice; @@ -70,5 +70,7 @@ @ApiModelProperty(value = "类型id") @TableField("typeId") private Long typeId; @ApiModelProperty(value = "商品id") @TableField("goodsId") private Long goodsId; }