1
This commit is contained in:
parent
202cc8c8aa
commit
ec9df671e2
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user