jiangping
2025-04-25 153755a112e38d41335a9b2840e9ce37e5d5f829
server/src/main/java/com/doumee/dao/business/vo/WorkorderDcaChildDto.java
@@ -34,7 +34,7 @@
    @ExcelColumn(name="不符合项",index =5,width = 10)
    private String problemTitle;
    @ApiModelProperty(value = "状态 状态 0待确认/待初审 1待分配/待终审 2待处理   4WTS关闭 5工程师关闭", example = "1")
    @ExcelColumn(name="状态",index =6,width = 4, valueMapping = "0=待处理;1=处理中;2=处理中;3=已处理;4=已处理;5=已处理;")
    @ExcelColumn(name="状态",index =6,width = 4, valueMapping = "0=处理中;1=处理中;2=处理中;3=已处理;4=已处理;5=已处理;")
    private Integer status;
    @ApiModelProperty(value = "状态描述")
    @ExcelColumn(name="状态描述",index =7,width = 8)