k94314517
2025-04-21 16332a341801f80d27830d2ea4e683b4ab21167c
server/src/main/java/com/doumee/dao/business/vo/WorkorderDcaDto.java
@@ -32,13 +32,19 @@
    @ExcelColumn(name="发现时间",index =6 ,dateFormat = "yyyy-MM-dd HH:mm:ss",width = 10)
    private Date happenTime;
    @ApiModelProperty(value = "符合项数量", example = "1")
    @ExcelColumn(name="符合项数量",index =7,width = 4)
    @ExcelColumn(name="符合项数量",index =7,width = 8)
    private Integer dcaYesNum;
    @ApiModelProperty(value = "不符合项数量", example = "1")
    @ExcelColumn(name="不符合项数量",index =8,width = 4)
    @ExcelColumn(name="不符合项数量",index =8,width = 8)
    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)