|
@ -21,18 +21,18 @@ public class BirRoiCostItemVo { |
|
|
@JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8") |
|
|
private LocalDate yearMonthDate; |
|
|
private LocalDate yearMonthDate; |
|
|
|
|
|
|
|
|
/** |
|
|
// /**
|
|
|
* TODO 预算目标 |
|
|
// * TODO 预算目标
|
|
|
*/ |
|
|
// */
|
|
|
private BigDecimal budgetTargetAmt; |
|
|
// private BigDecimal budgetTargetAmt;
|
|
|
|
|
|
//
|
|
|
/** |
|
|
// /**
|
|
|
* TODO 预算统计金额 |
|
|
// * TODO 预算统计金额
|
|
|
*/ |
|
|
// */
|
|
|
private BigDecimal budgetTotalAmt; |
|
|
// private BigDecimal budgetTotalAmt;
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 费用预估金额 |
|
|
* 费用预估金额(目标) |
|
|
*/ |
|
|
*/ |
|
|
private BigDecimal preAmt; |
|
|
private BigDecimal preAmt; |
|
|
|
|
|
|
|
@ -47,7 +47,7 @@ public class BirRoiCostItemVo { |
|
|
private BigDecimal checkAmt; |
|
|
private BigDecimal checkAmt; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 费用金额(实际金额) |
|
|
* 费用金额(实际金额,界面的预算费用) |
|
|
*/ |
|
|
*/ |
|
|
private BigDecimal costRealAmt; |
|
|
private BigDecimal costRealAmt; |
|
|
|
|
|
|
|
@ -56,11 +56,6 @@ public class BirRoiCostItemVo { |
|
|
*/ |
|
|
*/ |
|
|
private BigDecimal checkRealAmt; |
|
|
private BigDecimal checkRealAmt; |
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 利润金额(无效参数) |
|
|
|
|
|
*/ |
|
|
|
|
|
private BigDecimal returnAmt; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 发货金额(原发货金额) |
|
|
* 发货金额(原发货金额) |
|
|
*/ |
|
|
*/ |
|
@ -79,4 +74,5 @@ public class BirRoiCostItemVo { |
|
|
private Float ytdPercent; |
|
|
private Float ytdPercent; |
|
|
|
|
|
|
|
|
private Float qtdPercent; |
|
|
private Float qtdPercent; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|