blob: a7222b8c93640549cfc32e2b5cdfdd1db7719668 [file] [log] [blame]
package com.pt5.pthouduan.mapper;
import com.pt5.pthouduan.entity.ShowInfo;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface ShowInfoMapper {
void insert(ShowInfo showInfo);
}