kongdeqiang
2024-10-28 25b0a1e9e9784e07abd07613a22c508a8d42e526
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> {
}