仓库导出问题
This commit is contained in:
parent
83f4c03b47
commit
631ef0aa46
|
|
@ -19,11 +19,13 @@ public class WhHouseInfo extends BaseEntity {
|
||||||
private static final long serialVersionUID = -6993602646196064834L;
|
private static final long serialVersionUID = -6993602646196064834L;
|
||||||
|
|
||||||
/** 仓库ID */
|
/** 仓库ID */
|
||||||
|
@Excel(name = "仓库ID")
|
||||||
|
@ApiModelProperty(value = "仓库ID")
|
||||||
private Long houseId;
|
private Long houseId;
|
||||||
|
|
||||||
/** 工程项目名称 */
|
/** 仓库名称 */
|
||||||
@Excel(name = "工程项目名称")
|
@Excel(name = "仓库名称")
|
||||||
@ApiModelProperty(value = "工程项目名称")
|
@ApiModelProperty(value = "仓库名称")
|
||||||
private String houseName;
|
private String houseName;
|
||||||
|
|
||||||
/** 实物库名称 */
|
/** 实物库名称 */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue