|  |  | 
 |  |  |     @ApiModelProperty(value = "不符合项数量", example = "1") | 
 |  |  |     @ExcelColumn(name="不符合项数量",index =8,width = 4) | 
 |  |  |     private Integer dcaNoNum; | 
 |  |  |     @ApiModelProperty(value = "位置", example = "1") | 
 |  |  |     @ExcelColumn(name="位置",index =9 ,width = 10) | 
 |  |  |     private String locationName; | 
 |  |  |     @ApiModelProperty("通知人") | 
 |  |  |     @ExcelColumn(name="通知人",index =10,width = 8) | 
 |  |  |     private String memberNames; | 
 |  |  |     @ApiModelProperty("提报人员名称") | 
 |  |  |     @ExcelColumn(name="上报员工",index =12,width = 4) | 
 |  |  |     @ExcelColumn(name="上报员工",index =12,width = 8) | 
 |  |  |     private String memberName; | 
 |  |  |     @ApiModelProperty("员工手机号") | 
 |  |  |     @ExcelColumn(name="员工手机号",index =13,width = 6) |