统计 成本价 部分
This commit is contained in:
@@ -14,9 +14,5 @@ import java.math.BigDecimal;
|
||||
public class ProductCostAmountVO {
|
||||
private Long productId;
|
||||
private Long skuId;
|
||||
//向上取整 保留两位小数
|
||||
private BigDecimal costAmount;
|
||||
|
||||
private Long count;
|
||||
private BigDecimal totalCostAmount;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user