## 业绩汇总去掉不需要显示字段;调整导出字段;
This commit is contained in:
parent
5f335110d3
commit
3ddc5819d7
|
@ -5,13 +5,6 @@ import lombok.Data;
|
|||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* @Description:
|
||||
* @Author: yuhui
|
||||
* @Time: 2023/2/6 15:36
|
||||
* @Classname: censusSummaryVo
|
||||
* @PackageName: com.hzs.member.censusSummary.vo
|
||||
*/
|
||||
@Data
|
||||
public class CensusSummaryVo {
|
||||
|
||||
|
@ -36,13 +29,13 @@ public class CensusSummaryVo {
|
|||
/**
|
||||
* 注册金额($)
|
||||
*/
|
||||
@Excel(name = "注册金额($)")
|
||||
// @Excel(name = "注册金额($)")
|
||||
private BigDecimal registerAmountDollar;
|
||||
|
||||
/**
|
||||
* 注册金额(本地币)
|
||||
*/
|
||||
@Excel(name = "注册金额")
|
||||
// @Excel(name = "注册金额")
|
||||
private BigDecimal registerAmountLocality;
|
||||
|
||||
/**
|
||||
|
@ -54,13 +47,13 @@ public class CensusSummaryVo {
|
|||
/**
|
||||
* 注册业绩($)
|
||||
*/
|
||||
@Excel(name = "注册业绩($)")
|
||||
// @Excel(name = "注册业绩($)")
|
||||
private BigDecimal registerPvDollar;
|
||||
|
||||
/**
|
||||
* 注册业绩(本地币)
|
||||
*/
|
||||
@Excel(name = "注册业绩")
|
||||
// @Excel(name = "注册业绩")
|
||||
private BigDecimal registerPvLocality;
|
||||
|
||||
/**
|
||||
|
@ -102,13 +95,13 @@ public class CensusSummaryVo {
|
|||
/**
|
||||
* 升级金额($)
|
||||
*/
|
||||
@Excel(name = "升级金额($)")
|
||||
// @Excel(name = "升级金额($)")
|
||||
private BigDecimal upgradeAmountDollar;
|
||||
|
||||
/**
|
||||
* 升级金额(本地币)
|
||||
*/
|
||||
@Excel(name = "升级金额")
|
||||
// @Excel(name = "升级金额")
|
||||
private BigDecimal upgradeAmountLocality;
|
||||
|
||||
|
||||
|
@ -121,13 +114,13 @@ public class CensusSummaryVo {
|
|||
/**
|
||||
* 升级业绩($)
|
||||
*/
|
||||
@Excel(name = "升级业绩($)")
|
||||
// @Excel(name = "升级业绩($)")
|
||||
private BigDecimal upgradePvDollar;
|
||||
|
||||
/**
|
||||
* 升级业绩(本地币)
|
||||
*/
|
||||
@Excel(name = "升级业绩")
|
||||
// @Excel(name = "升级业绩")
|
||||
private BigDecimal upgradePvLocality;
|
||||
|
||||
/**
|
||||
|
@ -171,12 +164,12 @@ public class CensusSummaryVo {
|
|||
/**
|
||||
* 首购金额
|
||||
*/
|
||||
@Excel(name = "首购金额($)")
|
||||
// @Excel(name = "首购金额($)")
|
||||
private BigDecimal firstPurchaseAmountDollar;
|
||||
/**
|
||||
* 首购金额(本地币)
|
||||
*/
|
||||
@Excel(name = "首购金额")
|
||||
// @Excel(name = "首购金额")
|
||||
private BigDecimal firstPurchaseAmountLocality;
|
||||
|
||||
/**
|
||||
|
@ -188,49 +181,49 @@ public class CensusSummaryVo {
|
|||
/**
|
||||
* 首购业绩($)
|
||||
*/
|
||||
@Excel(name = "首购业绩($)")
|
||||
// @Excel(name = "首购业绩($)")
|
||||
private BigDecimal firstPurchasePvDollar;
|
||||
|
||||
/**
|
||||
* 首购业绩(本地币)
|
||||
*/
|
||||
@Excel(name = "首购业绩")
|
||||
// @Excel(name = "首购业绩")
|
||||
private BigDecimal firstPurchasePvLocality;
|
||||
|
||||
/**
|
||||
* 三方金额
|
||||
*/
|
||||
@Excel(name = "三方金额(¥)")
|
||||
// @Excel(name = "三方金额(¥)")
|
||||
private BigDecimal tripartiteAmount;
|
||||
|
||||
/**
|
||||
* 三方金额
|
||||
*/
|
||||
@Excel(name = "三方金额($)")
|
||||
// @Excel(name = "三方金额($)")
|
||||
private BigDecimal tripartiteAmountDollar;
|
||||
|
||||
/**
|
||||
* 三方金额(本地币)
|
||||
*/
|
||||
@Excel(name = "三方金额")
|
||||
// @Excel(name = "三方金额")
|
||||
private BigDecimal tripartiteAmountLocality;
|
||||
|
||||
|
||||
/**
|
||||
* 三方业绩
|
||||
*/
|
||||
@Excel(name = "三方业绩(¥)")
|
||||
// @Excel(name = "三方业绩(¥)")
|
||||
private BigDecimal tripartitePv;
|
||||
|
||||
/**
|
||||
* 三方业绩($)
|
||||
*/
|
||||
@Excel(name = "三方业绩($)")
|
||||
// @Excel(name = "三方业绩($)")
|
||||
private BigDecimal tripartitePvDollar;
|
||||
/**
|
||||
* 三方业绩(本地币)
|
||||
*/
|
||||
@Excel(name = "三方业绩")
|
||||
// @Excel(name = "三方业绩")
|
||||
private BigDecimal tripartitePvLocality;
|
||||
|
||||
|
||||
|
@ -276,35 +269,35 @@ public class CensusSummaryVo {
|
|||
/**
|
||||
* 海粉金额
|
||||
*/
|
||||
@Excel(name = "海粉金额(¥)")
|
||||
// @Excel(name = "海粉金额(¥)")
|
||||
private BigDecimal fansAmount;
|
||||
/**
|
||||
* 海粉金额($)
|
||||
*/
|
||||
@Excel(name = "海粉金额($)")
|
||||
// @Excel(name = "海粉金额($)")
|
||||
private BigDecimal fansAmountDollar;
|
||||
/**
|
||||
* 海粉金额(本地币)
|
||||
*/
|
||||
@Excel(name = "海粉金额")
|
||||
// @Excel(name = "海粉金额")
|
||||
private BigDecimal fansAmountLocality;
|
||||
|
||||
|
||||
/**
|
||||
* 海粉业绩
|
||||
*/
|
||||
@Excel(name = "海粉业绩(¥)")
|
||||
// @Excel(name = "海粉业绩(¥)")
|
||||
private BigDecimal hiFunPv;
|
||||
/**
|
||||
* 海粉业绩
|
||||
*/
|
||||
@Excel(name = "海粉业绩($)")
|
||||
// @Excel(name = "海粉业绩($)")
|
||||
private BigDecimal hiFunPvDollar;
|
||||
|
||||
/**
|
||||
* 海粉业绩(本地币)
|
||||
*/
|
||||
@Excel(name = "海粉业绩")
|
||||
// @Excel(name = "海粉业绩")
|
||||
private BigDecimal hiFunPvLocality;
|
||||
|
||||
/**
|
||||
|
@ -316,13 +309,13 @@ public class CensusSummaryVo {
|
|||
/**
|
||||
* 复购金额($)
|
||||
*/
|
||||
@Excel(name = "复购金额($)")
|
||||
// @Excel(name = "复购金额($)")
|
||||
private BigDecimal repurchaseAmountDollar;
|
||||
|
||||
/**
|
||||
* 复购金额(本地币)
|
||||
*/
|
||||
@Excel(name = "复购金额")
|
||||
// @Excel(name = "复购金额")
|
||||
private BigDecimal repurchaseAmountLocality;
|
||||
|
||||
|
||||
|
@ -336,13 +329,13 @@ public class CensusSummaryVo {
|
|||
/**
|
||||
* 复购pv
|
||||
*/
|
||||
@Excel(name = "复购业绩($)")
|
||||
// @Excel(name = "复购业绩($)")
|
||||
private BigDecimal repurchasePvDollar;
|
||||
|
||||
/**
|
||||
* 复购pv(本地币)
|
||||
*/
|
||||
@Excel(name = "复购业绩")
|
||||
// @Excel(name = "复购业绩")
|
||||
private BigDecimal repurchasePvLocality;
|
||||
|
||||
|
||||
|
@ -355,13 +348,13 @@ public class CensusSummaryVo {
|
|||
/**
|
||||
* 金额总计($)
|
||||
*/
|
||||
@Excel(name = "金额总计($)")
|
||||
// @Excel(name = "金额总计($)")
|
||||
private BigDecimal amountTotalDollar;
|
||||
|
||||
/**
|
||||
* 金额总计(本地币)
|
||||
*/
|
||||
@Excel(name = "金额总计")
|
||||
// @Excel(name = "金额总计")
|
||||
private BigDecimal amountTotalLocality;
|
||||
|
||||
/**
|
||||
|
@ -373,13 +366,13 @@ public class CensusSummaryVo {
|
|||
/**
|
||||
* 业绩汇总($)
|
||||
*/
|
||||
@Excel(name = "业绩汇总($)")
|
||||
// @Excel(name = "业绩汇总($)")
|
||||
private BigDecimal pvTotalDollar;
|
||||
|
||||
/**
|
||||
* 业绩汇总(本地币)
|
||||
*/
|
||||
@Excel(name = "业绩汇总")
|
||||
// @Excel(name = "业绩汇总")
|
||||
private BigDecimal pvTotalLocality;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue