| | |
| | | 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; |
| | |
| | | @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) { |