blob: b14e227ede6ba1bd5e77c03b94b84d742aaa403f [file] [log] [blame]
package com.pt5.pthouduan.mapper;
import com.pt5.pthouduan.entity.AnimeInfo;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface AnimeInfoMapper {
void insert(AnimeInfo animeInfo);
}