k94314517
2025-04-21 16332a341801f80d27830d2ea4e683b4ab21167c
server/src/main/java/com/doumee/dao/business/vo/WorkorderDcaChildDto.java
@@ -23,10 +23,10 @@
    @ExcelColumn(name="工单号",index =2  ,width = 8)
    private String code;
    @ApiModelProperty("一级观察主题")
    @ExcelColumn(name="一级观察主题",index =3,width = 6)
    @ExcelColumn(name="一级观察主题",index =3,width = 10)
    private String typeName;
    @ApiModelProperty("二级观察主题")
    @ExcelColumn(name="二级观察主题",index =4,width = 6)
    @ExcelColumn(name="二级观察主题",index =4,width = 10)
    private String categoryName;
    @ApiModelProperty("不符合项")
    @ExcelColumn(name="不符合项",index =5,width = 10)
@@ -43,11 +43,11 @@
    @ApiModelProperty(value = "位置", example = "1")
    @ExcelColumn(name="位置",index =9 ,width = 6)
    private String locationName;
    @ApiModelProperty(value = "问题描述", example = "1")
    @ExcelColumn(name="问题描述",index =10,width = 4)
    @ApiModelProperty(value = "不符合原因", example = "1")
    @ExcelColumn(name="不符合原因",index =10,width = 10)
    private String eventInfo;
    @ApiModelProperty("提报人员名称")
    @ExcelColumn(name="上报员工",index =12,width = 4)
    @ExcelColumn(name="上报员工",index =12,width = 8)
    private String memberName;
    @ApiModelProperty("员工手机号")
    @ExcelColumn(name="员工手机号",index =13,width = 6)
@@ -55,8 +55,11 @@
    @ApiModelProperty("提报人员所属部门")
    @ExcelColumn(name="所属部门",index =14,width = 8)
    private String companyName;
    @ApiModelProperty(value = "通知人")
    @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;