仓库导出问题

This commit is contained in:
sxu 2024-10-29 09:19:04 +08:00
parent 83f4c03b47
commit 631ef0aa46
1 changed files with 5 additions and 3 deletions

View File

@ -19,11 +19,13 @@ public class WhHouseInfo extends BaseEntity {
private static final long serialVersionUID = -6993602646196064834L;
/** 仓库ID */
@Excel(name = "仓库ID")
@ApiModelProperty(value = "仓库ID")
private Long houseId;
/** 工程项目名称 */
@Excel(name = "工程项目名称")
@ApiModelProperty(value = "工程项目名称")
/** 仓库名称 */
@Excel(name = "仓库名称")
@ApiModelProperty(value = "仓库名称")
private String houseName;
/** 实物库名称 */