renkang
2025-05-13 0a99001be87811ebb884b8f3f491f48054a22330
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/vo/YwOutinboundExcelOutVO.java
@@ -39,14 +39,17 @@
    @ExcelColumn(name="出库数量",index = 4,width = 16)
    private String outMaterialNum;
    @ApiModelProperty(value = "操作人名称", example = "1")
    @ApiModelProperty(value = "领用人", example = "1")
    @ExcelColumn(name="领用人",index = 5,width = 16)
    private String createUserName;
    private String outUserName;
    @ApiModelProperty(value = "创建时间")
    @ExcelColumn(name="操作时间",index = 6,width = 16,dateFormat = "yyyy-MM-dd HH:mm:ss")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date createDate;
    @ApiModelProperty(value = "领用人", example = "1")
    @ExcelColumn(name="操作人名称",index = 7,width = 16)
    private String createUserName;
}