统计 成本价 部分

This commit is contained in:
2025-11-25 11:49:40 +08:00
parent a995e8db25
commit ec46d876b1
3 changed files with 140 additions and 69 deletions

View File

@@ -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;
}