kongdeqiang
2024-03-18 e68a90d29289858e4106a0fb5e615408b41ea102
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> {
}