kongdeqiang
16 小时以前 35f6a685e3976972f226f032cd9fc36fb646c77c
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> {
}