server/src/main/java/com/doumee/dao/business/vo/WorkorderDbhDto.java
@@ -49,8 +49,11 @@ @ApiModelProperty("提报人员所属部门") @ExcelColumn(name="所属部门",index =14,width = 8) private String companyName; @ApiModelProperty("通知人") @ExcelColumn(name="通知人",index =15,width = 10) private String memberNames; @ApiModelProperty(value = "提交时间") @ExcelColumn(name="提交时间",index =15 ,dateFormat = "yyyy-MM-dd HH:mm:ss",width = 10) @ExcelColumn(name="提交时间",index =16 ,dateFormat = "yyyy-MM-dd HH:mm:ss",width = 10) private Date createDate;