k94314517
2025-04-21 16332a341801f80d27830d2ea4e683b4ab21167c
server/src/main/java/com/doumee/dao/business/vo/WorkorderSheDto.java
@@ -53,14 +53,13 @@
    @ExcelColumn(name="就医情况",index =9,width = 8)
    private String jiuyiInfo;
    @ApiModelProperty(value = "是否和工作相关", example = "1")
    @ExcelColumn(name="是否和工作相关",index =10,width = 4, valueMapping = "0=否;1=是;")
    @ExcelColumn(name="是否和工作相关",index =10,width = 8, valueMapping = "0=否;1=是;")
    private Integer workRelated;
    @ApiModelProperty(value = "事件说明", example = "1")
    @ExcelColumn(name="事件说明",index =11,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)
@@ -68,9 +67,11 @@
    @ApiModelProperty("提报人员所属部门")
    @ExcelColumn(name="所属部门",index =14,width = 8)
    private String companyName;
    @ApiModelProperty(value = "发现时间")
    @ExcelColumn(name="发现时间",index =15 ,dateFormat = "yyyy-MM-dd HH:mm:ss",width = 10)
    private Date happenTime;
    @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;