map映射

This commit is contained in:
2025-11-25 14:30:35 +08:00
parent 03a98de023
commit 043d09bee8
4 changed files with 16 additions and 9 deletions

View File

@@ -15,4 +15,6 @@ public class ProductCostAmountVO {
private Long productId;
private Long skuId;
private Long count;
private BigDecimal costAmount;
}