zxl
2025-05-14 522bbf4639f164ff49c51d6fd57e7dcf557d195c
framework/src/main/java/cn/lili/modules/lmk/domain/vo/VideoTagVO.java
@@ -3,6 +3,8 @@
import cn.lili.base.AbsVo;
import cn.lili.modules.lmk.domain.entity.VideoTag;
import java.util.List;
import cn.lili.modules.lmk.enums.general.TagCreateTypeEnum;
import org.springframework.lang.NonNull;
import org.springframework.beans.BeanUtils;
import io.swagger.annotations.ApiModel;
@@ -28,9 +30,8 @@
    @ApiModelProperty("创建方式")
    private String createType;
    /**  */
    @ApiModelProperty("")
    private Date updateTime;
    @ApiModelProperty("引用次数")
    private Long useNum = 0L;
    public static VideoTagVO getVoByEntity(@NonNull VideoTag entity, VideoTagVO vo) {
        if(vo == null) {