#
Junjie
2023-12-28 79e603ec5550093b6401c781c3f0cde45b12396c
zy-asrs-common/src/main/java/com/zy/asrs/common/wms/entity/Tag.java
@@ -145,6 +145,12 @@
    @ApiModelProperty(value= "备注")
    private String memo;
    /**
     * 仓库ID
     */
    @ApiModelProperty(value= "仓库ID")
    private Long hostId;
    public Tag() {}
    public Tag(String uuid, String name, Long parentId, String parentName, String path, String pathName, Integer type, String leading, String img, String brief, Integer count, Integer level, Integer sort, Integer status, Date createTime, Long createBy, Date updateTime, Long updateBy, String memo) {