kongdeqiang
2023-06-13 8531b42899338d85618174c60af11b11d2d02a1b
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> {
}