|
|
|
@@ -22,12 +22,14 @@ public class LegionActivityMerchantStatistics implements Serializable { |
|
|
|
private Integer orderCount; |
|
|
|
// @Excel(name="带单数量",width = 20,orderNum = "5") |
|
|
|
private Integer sellOrderCount; |
|
|
|
@Excel(name="军团外带单",width = 20,orderNum = "6") |
|
|
|
@Excel(name="外部军团带单",width = 20,orderNum = "6") |
|
|
|
private Integer difLegion; |
|
|
|
@Excel(name="非原军团内部带单",width = 20,orderNum = "7") |
|
|
|
@Excel(name="内部军团不同联盟带单",width = 20,orderNum = "7") |
|
|
|
private Integer difUnion; |
|
|
|
@Excel(name="原军团内部带单",width = 20,orderNum = "8") |
|
|
|
@Excel(name="内部军团相同联盟带单",width = 20,orderNum = "8") |
|
|
|
private Integer eqUnion; |
|
|
|
@Excel(name="得分",width = 20,orderNum = "9") |
|
|
|
@Excel(name="内部军团无联盟带单",width = 20,orderNum = "9") |
|
|
|
private Integer notUnion; |
|
|
|
@Excel(name="得分",width = 20,orderNum = "10") |
|
|
|
private Double totalScore; |
|
|
|
} |