kongdeqiang
2023-06-06 859eea0afc1a0ed9a61b0908203bda0c301419bf
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> {
}