|
|
|
@@ -86,9 +86,9 @@ public class WxProfitSharingOrderVo extends TenantEntity { |
|
|
|
|
|
|
|
@Excel(name = "支付手续费(元)", width = 20, orderNum = "6") |
|
|
|
public String realRateAmountStr; |
|
|
|
@Excel(name = "官方抽佣(元)", width = 20, orderNum = "7") |
|
|
|
@Excel(name = "软件服务费(元)", width = 20, orderNum = "7") |
|
|
|
public String commissionAmountStr; |
|
|
|
@Excel(name = "达人佣金(元)", width = 20, orderNum = "8") |
|
|
|
@Excel(name = "达人抽佣(元)", width = 20, orderNum = "8") |
|
|
|
public String cpsCommissionStr; |
|
|
|
@Excel(name = "系统扣点(元)", width = 20, orderNum = "9") |
|
|
|
public String systemAmountStr; |
|
|
|
@@ -131,10 +131,10 @@ public class WxProfitSharingOrderVo extends TenantEntity { |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name="分账状态",width = 16,replace = { "未知_0", "提交订单失败_1", "提交业务失败_2", "受理成功_3", "处理中_4", "处理完成_5", "处理失败_6"},orderNum = "8") |
|
|
|
@Excel(name="分账状态",width = 20,replace = { "未知_0", "提交订单失败_1", "提交业务失败_2", "受理成功_3", "处理中_4", "处理完成_5", "处理失败_6"},orderNum = "16") |
|
|
|
private Integer sharingStatus; |
|
|
|
private Date updateTime; |
|
|
|
|
|
|
|
@Excel(name="分账创建时间",exportFormat = "yyyy-MM-dd HH:mm:ss",width = 15,orderNum = "6") |
|
|
|
@Excel(name="分账创建时间",exportFormat = "yyyy-MM-dd HH:mm:ss",width = 20,orderNum = "15") |
|
|
|
private Date createTime; |
|
|
|
} |