Feat(ToolStore): Add tool favorite controller

Add controller to add and remove favorite tool
This commit is contained in:
2024-04-26 18:07:49 +08:00
parent 96afb185e7
commit 5c3484a22d
21 changed files with 389 additions and 21 deletions

View File

@@ -237,6 +237,7 @@
<result property="createTime" column="tool_create_time"/>
<result property="deleted" column="tool_deleted"/>
<result property="version" column="tool_version"/>
<result property="favorite" column="tool_favorite"/>
<result property="keywords" column="tool_keywords"
typeHandler="com.baomidou.mybatisplus.extension.handlers.JacksonTypeHandler"/>
<collection property="categories"