疯狂的狮子li
2021-11-25 2a3bf1d9945900661f5fcd5c801dd38b58d5402a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ruoyi.demo.mapper;
 
import com.ruoyi.common.core.mybatisplus.core.BaseMapperPlus;
import com.ruoyi.demo.domain.TestTree;
 
/**
 * 测试树表Mapper接口
 *
 * @author Lion Li
 * @date 2021-07-26
 */
public interface TestTreeMapper extends BaseMapperPlus<TestTree> {
 
}