kongdeqiang
2024-10-11 bac87061c69aaca6c23a84e08f76f3dfd0c77c4a
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.EnterPark;
import com.boying.entity.FileInfo;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface FileInfoMapper  extends BaseMapper<FileInfo> {
}