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