udpate 更新新功能演示案例

This commit is contained in:
疯狂的狮子li
2021-07-26 13:13:46 +08:00
parent 83cc800e97
commit 280196c9e5
19 changed files with 139 additions and 508 deletions

View File

@ -7,9 +7,8 @@ import com.ruoyi.demo.domain.TestTree;
* 测试树表Mapper接口
*
* @author Lion Li
* @date 2021-05-30
* @date 2021-07-26
*/
//@CacheNamespace(implementation = MybatisPlusRedisCache.class, eviction = MybatisPlusRedisCache.class)
public interface TestTreeMapper extends BaseMapperPlus<TestTree> {
}