2.5
luo
2024-02-05 2f3d5e904ec44b807b35d4c1a9ceeeac590d8e90
1
2
3
4
5
6
7
package com.stylefeng.guns.modular.system.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.stylefeng.guns.modular.system.model.Area;
 
public interface AreaMapper extends BaseMapper<Area> {
}