From 8fd3db7778b3991810d33ac4dffd2f9031b106fc Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期六, 11 十月 2025 16:37:32 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/user_action' into user_action
---
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