blob: a7222b8c93640549cfc32e2b5cdfdd1db7719668 [file] [log] [blame]
刘嘉昕08404682025-06-02 17:19:47 +08001package com.pt5.pthouduan.mapper;
2
3import com.pt5.pthouduan.entity.ShowInfo;
4import org.apache.ibatis.annotations.Mapper;
5
6@Mapper
7public interface ShowInfoMapper {
8 void insert(ShowInfo showInfo);
9}