From 355c1a7e343e0d3f75befac1cf49be07ec11b4e7 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期五, 13 六月 2025 14:52:00 +0800 Subject: [PATCH] insert 完成厨神标签后台页面接口(增删改查/上架/下架) --- framework/src/main/java/cn/lili/modules/lmk/domain/query/AuthorVideoQuery.java | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/framework/src/main/java/cn/lili/modules/lmk/domain/query/AuthorVideoQuery.java b/framework/src/main/java/cn/lili/modules/lmk/domain/query/AuthorVideoQuery.java index c0f168e..f2888f2 100644 --- a/framework/src/main/java/cn/lili/modules/lmk/domain/query/AuthorVideoQuery.java +++ b/framework/src/main/java/cn/lili/modules/lmk/domain/query/AuthorVideoQuery.java @@ -1,6 +1,7 @@ package cn.lili.modules.lmk.domain.query; import cn.lili.base.AbsQuery; +import cn.lili.modules.lmk.enums.general.VideoTypeEnum; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Data; @@ -18,5 +19,16 @@ @ApiModelProperty("浣滆�卛d") private String authorId; + /** + * 鏄惁鏄湰浜烘煡璇� + */ + @ApiModelProperty(hidden = true) + private Boolean authorSelf; + + /** + * @see cn.lili.modules.lmk.enums.general.VideoTypeEnum + */ + @ApiModelProperty("瑙嗛绫诲瀷锛氳棰戙�佸ぇ鍋ュ悍銆佺鍘紝榛樿涓嶄紶鏌ヨ棰�") + private String videoType = VideoTypeEnum.VIDEO.getValue(); } -- Gitblit v1.8.0