blob: e04a6781d3a886a2b7f4ceab4dadff68bf7e9687 [file] [log] [blame]
package com.pt5.pthouduan.mapper;
import com.pt5.pthouduan.entity.GameInfo;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface GameInfoMapper {
void insert(GameInfo gameInfo);
}