mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-22 13:28:59 +08:00
update 优化 重构 !pr274 简化结构 解决代码逻辑问题 规范注释
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.ruoyi.demo.mapper;
|
||||
|
||||
import com.ruoyi.common.core.mapper.BaseMapperPlus;
|
||||
import com.ruoyi.demo.domain.TestDemoEncrypt;
|
||||
|
||||
/**
|
||||
* 测试加密功能
|
||||
*
|
||||
* @author Lion Li
|
||||
*/
|
||||
public interface TestDemoEncryptMapper extends BaseMapperPlus<TestDemoEncryptMapper, TestDemoEncrypt, TestDemoEncrypt> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user