This commit is contained in:
15066119699 2025-03-04 17:47:50 +08:00
parent 202cc8c8aa
commit ec9df671e2

View File

@ -39,23 +39,23 @@ public class AppStorage extends BaseEntity
private String storageName;
/** 仓库地址 */
@Excel(name = "仓库地址")
// @Excel(name = "仓库地址")
private String storageAddress;
/** 仓库联系人名称 */
@Excel(name = "仓库联系人名称")
// @Excel(name = "仓库联系人名称")
private String storageConcatsName;
/** 仓库联系人方式 */
@Excel(name = "仓库联系人方式")
// @Excel(name = "仓库联系人方式")
private String storageConcatsMobile;
/** 是否为立体库1:立体库 0平库 */
@Excel(name = "是否为立体库1:立体库 0")
@Excel(name = "立体库")
private String autoStatus;
/** 是否是AGV库 0否 1是 */
@Excel(name = "是否是AGV库 0否 1")
@Excel(name = "AGV库")
private String isAgv;
/** 是否可用 */
@ -63,7 +63,7 @@ public class AppStorage extends BaseEntity
private String status;
/** 仓储类型 1AGV 2堆垛机 3穿梭4 人工库 5 其他 */
@Excel(name = "储类型 1AGV 2堆垛机 3穿梭4 人工库 5 其他")
// @Excel(name = "库类型")
private String type;
public void setId(Long id)