cjl
2023-11-07 a3b34f9f092e1aeacfe6bd4c9e80b7464dcd5912
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.moral.api.mapper;
 
import com.moral.api.entity.SysArea;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * <p>
 * 系统区域表 Mapper 接口
 * </p>
 *
 * @author moral
 * @since 2021-11-15
 */
public interface SysAreaMapper extends BaseMapper<SysArea> {
 
}