| | |
| | | @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; |
| | | |
| | | } |