|
@@ -14,97 +14,97 @@ import java.io.Serializable;
|
|
|
public class WmScorePackageCheckStatusExcelModel implements Serializable {
|
|
|
private static final long serialVersionUID = -2712453720764666659L;
|
|
|
|
|
|
- @ExcelProperty("大区")
|
|
|
+ @ExcelProperty(value = {"基础信息", "大区"})
|
|
|
private String generalDivision;
|
|
|
|
|
|
- @ExcelProperty("区域")
|
|
|
+ @ExcelProperty(value = {"基础信息","区域"})
|
|
|
private String division;
|
|
|
|
|
|
- @ExcelProperty("省份")
|
|
|
+ @ExcelProperty(value = {"基础信息","省份"})
|
|
|
private String province;
|
|
|
|
|
|
@ColumnWidth(50)
|
|
|
- @ExcelProperty("市场服务供应商名称")
|
|
|
+ @ExcelProperty(value = {"基础信息","市场服务供应商名称"})
|
|
|
private String csoName;
|
|
|
|
|
|
- @ExcelProperty("执行包年度")
|
|
|
+ @ExcelProperty(value = {"基础信息","执行包年度"})
|
|
|
private String year;
|
|
|
|
|
|
- @ExcelProperty("执行包季度")
|
|
|
+ @ExcelProperty(value = {"基础信息","执行包季度"})
|
|
|
private String quarter;
|
|
|
|
|
|
@ColumnWidth(50)
|
|
|
- @ExcelProperty("服务包产品名称")
|
|
|
+ @ExcelProperty(value = {"基础信息","服务包产品名称"})
|
|
|
private String product;
|
|
|
|
|
|
@ColumnWidth(80)
|
|
|
- @ExcelProperty("省区下发执行包名称")
|
|
|
+ @ExcelProperty(value = {"基础信息","省区下发执行包名称"})
|
|
|
private String pkgName;
|
|
|
|
|
|
- @ExcelProperty("服务供应商拆分服务总次数")
|
|
|
+ @ExcelProperty(value = {"基础信息","服务供应商拆分服务总次数"})
|
|
|
private String taskNumPlanned;
|
|
|
|
|
|
- @ExcelProperty("服务供应商提交任务总次数")
|
|
|
+ @ExcelProperty(value = {"基础信息","服务供应商提交任务总次数"})
|
|
|
private String taskNumSubmitted;
|
|
|
|
|
|
- @ExcelProperty("地市经理审批通过数")
|
|
|
+ @ExcelProperty(value = {"地市经理", "审批通过数"})
|
|
|
private String node2PassedNum;
|
|
|
|
|
|
- @ExcelProperty("地市经理待审批数")
|
|
|
+ @ExcelProperty(value = {"地市经理", "待审批数"})
|
|
|
private String node2TodoNum;
|
|
|
|
|
|
- @ExcelProperty("地市经理审批拒绝数")
|
|
|
+ @ExcelProperty(value = {"地市经理", "审批拒绝数"})
|
|
|
private String node2RejectNum;
|
|
|
|
|
|
- @ExcelProperty("省区经理审批通过数")
|
|
|
+ @ExcelProperty(value = {"省区经理", "审批通过数"})
|
|
|
private String node3PassedNum;
|
|
|
|
|
|
- @ExcelProperty("省区经理待审批数")
|
|
|
+ @ExcelProperty(value = {"省区经理", "待审批数"})
|
|
|
private String node3TodoNum;
|
|
|
|
|
|
- @ExcelProperty("省区经理审批拒绝数")
|
|
|
+ @ExcelProperty(value = {"省区经理", "审批拒绝数"})
|
|
|
private String node3RejectNum;
|
|
|
|
|
|
- @ExcelProperty("商务组审批通过数")
|
|
|
+ @ExcelProperty(value = {"商务组", "审批通过数"})
|
|
|
private String node9PassedNum;
|
|
|
|
|
|
- @ExcelProperty("商务组待审批数")
|
|
|
+ @ExcelProperty(value = {"商务组", "待审批数"})
|
|
|
private String node9TodoNum;
|
|
|
|
|
|
- @ExcelProperty("商务组审批拒绝数")
|
|
|
+ @ExcelProperty(value = {"商务组", "审批拒绝数"})
|
|
|
private String node9RejectNum;
|
|
|
|
|
|
- @ExcelProperty("市场组审批通过数")
|
|
|
+ @ExcelProperty(value = {"市场组", "审批通过数"})
|
|
|
private String node8PassedNum;
|
|
|
|
|
|
- @ExcelProperty("市场组待审批数")
|
|
|
+ @ExcelProperty(value = {"市场组", "待审批数"})
|
|
|
private String node8TodoNum;
|
|
|
|
|
|
- @ExcelProperty("市场组审批拒绝数")
|
|
|
+ @ExcelProperty(value = {"市场组", "审批拒绝数"})
|
|
|
private String node8RejectNum;
|
|
|
|
|
|
- @ExcelProperty("事业部分管领导审批通过数")
|
|
|
+ @ExcelProperty(value = {"事业部分管领导", "审批通过数"})
|
|
|
private String node5PassedNum;
|
|
|
|
|
|
- @ExcelProperty("事业部分管领导待审批数")
|
|
|
+ @ExcelProperty(value = {"事业部分管领导", "待审批数"})
|
|
|
private String node5TodoNum;
|
|
|
|
|
|
- @ExcelProperty("事业部分管领导审批拒绝数")
|
|
|
+ @ExcelProperty(value = {"事业部分管领导", "审批拒绝数"})
|
|
|
private String node5RejectNum;
|
|
|
|
|
|
- @ExcelProperty("总经理审批通过数")
|
|
|
+ @ExcelProperty(value = {"事业部总经理", "审批通过数"})
|
|
|
private String node6PassedNum;
|
|
|
|
|
|
- @ExcelProperty("总经理待审批数")
|
|
|
+ @ExcelProperty(value = {"事业部总经理", "待审批数"})
|
|
|
private String node6TodoNum;
|
|
|
|
|
|
- @ExcelProperty("总经理审批拒绝数")
|
|
|
+ @ExcelProperty(value = {"事业部总经理", "审批拒绝数"})
|
|
|
private String node6RejectNum;
|
|
|
|
|
|
- @ExcelProperty("当前汇总待审批数")
|
|
|
+ @ExcelProperty(value = {"当前汇总", "待审批数"})
|
|
|
private String alllTodoNum;
|
|
|
|
|
|
- @ExcelProperty("当前汇总审批拒绝数")
|
|
|
+ @ExcelProperty(value = {"当前汇总", "审批拒绝数"})
|
|
|
private String allRejectNum;
|
|
|
|
|
|
}
|