疯狂的狮子li
2021-09-26 770217513056ef60d5a10a705d8f75ca11d7d5af
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> {
 
}