src/main/java/org/jeecg/modules/lsw/entity/LswMaterialInbound.java
@@ -97,6 +97,7 @@ /**接收人*/ @Excel(name = "接收人", width = 15) @ApiModelProperty(value = "接收人") @Dict(dictTable = "sys_user", dicCode = "username", dicText = "realname") private String receiver; /**接收时间*/ @Excel(name = "接收时间", width = 20, format = "yyyy-MM-dd HH:mm:ss")