标签表 用户标签表 书签表和标签表中间表

This commit is contained in:
WangHao
2020-09-04 23:03:15 +08:00
parent 302f0f9886
commit d44732c6dc
19 changed files with 1388 additions and 0 deletions

View File

@ -137,6 +137,12 @@
<artifactId>commons-lang3</artifactId>
<version>3.5</version>
</dependency>
<!--hutool JAVA工具类工具包-->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.4.1</version>
</dependency>
</dependencies>