kongdeqiang
2024-04-07 005f6c2bdea7038cd319dc6dad980428dc897216
1
2
3
4
5
6
7
8
9
10
package com.boying.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.boying.entity.WhiteList;
import org.apache.ibatis.annotations.Mapper;
 
 
@Mapper
public interface WhiteListMapper extends BaseMapper<WhiteList> {
}