update test.sql 更新测试 SQL 增加租户id ;

update 更新 TestDemo, TestTree 实体继承 ;
fix 修正 TestDemoVo 注解标注错误导致的修改异常 ;
This commit is contained in:
zlyx
2023-02-17 10:49:13 +08:00
parent 2aabdb83ad
commit d696ed9841
5 changed files with 41 additions and 35 deletions

View File

@ -88,6 +88,11 @@
<artifactId>ruoyi-common-encrypt</artifactId>
</dependency>
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-tenant</artifactId>
</dependency>
<!-- 短信 用哪个导入哪个依赖 -->
<!-- <dependency>-->
<!-- <groupId>com.aliyun</groupId>-->