Junjie
2024-05-31 93b17a7e74d8e16ac6fa30e90e9db3960736d57f
zy-asrs-common/src/main/java/com/zy/asrs/common/wms/entity/Tag.java
@@ -17,7 +17,7 @@
import java.io.Serializable;
@Data
@TableName("wms_man_tag")
@TableName("wms_tag")
public class Tag implements Serializable {
    private static final long serialVersionUID = 1L;
@@ -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) {